We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 447802a commit 7320572Copy full SHA for 7320572
pkgs/build-support/closure-info.nix
@@ -19,7 +19,7 @@ if builtins.langVersion >= 5 then
19
20
exportReferencesGraph.closure = rootPaths;
21
22
- PATH = "${coreutils}/bin:${jq}/bin";
+ nativeBuildInputs = [ jq ];
23
24
builder = builtins.toFile "builder"
25
''
0 commit comments