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 (NixOS#12449).
  • Loading branch information
edolstra committed Feb 11, 2025
1 parent 92bf150 commit 2e20a5f
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 @@ -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;
};

Expand Down

0 comments on commit 2e20a5f

Please sign in to comment.