diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-11-20 13:07:44 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-11-20 13:07:44 +0100 |
commit | 2c6dbcd5e7a16227e0aef008c62c81220f4b3ffc (patch) | |
tree | 7c9f73cea4bacf569e4bbb1c683a13ed63dab73e /tests/flakes.sh | |
parent | fd8ee94ab2304553d37662bdc5a4353582e974ef (diff) |
Fix 'nix flake init' test
Diffstat (limited to 'tests/flakes.sh')
-rw-r--r-- | tests/flakes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/flakes.sh b/tests/flakes.sh index 6cae8029c..910d39f97 100644 --- a/tests/flakes.sh +++ b/tests/flakes.sh @@ -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 |