aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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