We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfbd030 + d308228 commit 49f226eCopy full SHA for 49f226e
packaging/components.nix
@@ -56,7 +56,7 @@ in
56
57
nix-cli = callPackage ../src/nix/package.nix { version = fineVersion; };
58
59
- nix-functional-tests = callPackage ../src/nix-functional-tests/package.nix {
+ nix-functional-tests = callPackage ../tests/functional/package.nix {
60
version = fineVersion;
61
};
62
0 commit comments