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;
# To test "nix flake init".
packages.x86_64-linux.hello = import ./simple.nix;
legacyPackages.x86_64-linux.hello = import ./simple.nix;
};
}
EOF