mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Fix 'nix flake init' test
This commit is contained in:
parent
fd8ee94ab2
commit
2c6dbcd5e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue