Skip to content

Commit

Permalink
Don't import a symlink
Browse files Browse the repository at this point in the history
This is a workaround to avoid differing evaluation results between Nix
2.19 and >= 2.20 (#12449).

(cherry picked from commit 2e20a5f)
  • Loading branch information
edolstra authored and mergify[bot] committed Feb 12, 2025
1 parent 37393f0 commit a0fb43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/components.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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;
};

Expand Down

0 comments on commit a0fb43e

Please sign in to comment.