1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Fix 'nix flake init' test

This commit is contained in:
Eelco Dolstra 2019-11-20 13:07:44 +01:00
parent fd8ee94ab2
commit 2c6dbcd5e7

View file

@ -38,7 +38,7 @@ cat > $flake1Dir/flake.nix <<EOF
defaultPackage.$system = packages.$system.foo; defaultPackage.$system = packages.$system.foo;
# To test "nix flake init". # To test "nix flake init".
packages.x86_64-linux.hello = import ./simple.nix; legacyPackages.x86_64-linux.hello = import ./simple.nix;
}; };
} }
EOF EOF