mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
closure-info: half-blind attempt to fix on Hydra
I'm not sure why these started to block channel several days ago. I've been unable to reproduce the failures locally.
This commit is contained in:
parent
447802a683
commit
7320572387
@ -19,7 +19,7 @@ if builtins.langVersion >= 5 then
|
||||
|
||||
exportReferencesGraph.closure = rootPaths;
|
||||
|
||||
PATH = "${coreutils}/bin:${jq}/bin";
|
||||
nativeBuildInputs = [ jq ];
|
||||
|
||||
builder = builtins.toFile "builder"
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user