1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 00:06:26 -04:00

Merge pull request #868 from Moraxyc/patch-1

fix: typo
This commit is contained in:
Silvan Mosberger 2024-01-22 06:24:26 +01:00 committed by GitHub
commit 46a7927691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ pkgs.nixosTest {
machine2 = { config, pkgs, ... }: {
# ...
};
}
};
testScript = { nodes, ... }: ''
# ...
'';