1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Don't import a symlink

This is a workaround to avoid differing evaluation results between Nix
2.19 and >= 2.20 (#12449).
This commit is contained in:
Eelco Dolstra 2025-02-11 22:42:36 +01:00
parent 92bf150b1c
commit 2e20a5f822

View file

@ -56,7 +56,7 @@ in
nix-cli = callPackage ../src/nix/package.nix { version = fineVersion; };
nix-functional-tests = callPackage ../src/nix-functional-tests/package.nix {
nix-functional-tests = callPackage ../tests/functional/package.nix {
version = fineVersion;
};