aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-11-20 13:07:44 +0100
committerEelco Dolstra <edolstra@gmail.com>2019-11-20 13:07:44 +0100
commit2c6dbcd5e7a16227e0aef008c62c81220f4b3ffc (patch)
tree7c9f73cea4bacf569e4bbb1c683a13ed63dab73e /tests
parentfd8ee94ab2304553d37662bdc5a4353582e974ef (diff)
Fix 'nix flake init' test
Diffstat (limited to 'tests')
-rw-r--r--tests/flakes.sh2
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