closure-info: another half-blind attempt to fix on Hydra
The previous one was very bad and worsened the situation. But even running with some nix-1.12 I'm unable to reproduce the original failure. Let's unblock channels for now.
This commit is contained in:
parent
7320572387
commit
c4be15a83b
@ -8,7 +8,10 @@
|
||||
|
||||
{ rootPaths }:
|
||||
|
||||
if builtins.langVersion >= 5 then
|
||||
#if builtins.langVersion >= 5 then
|
||||
# FIXME: it doesn't work on Hydra, failing to find mkdir;
|
||||
# perhaps .attrs.sh clobbers PATH with new nix?
|
||||
if false then
|
||||
|
||||
# Nix >= 1.12: Include NAR hash / size info.
|
||||
|
||||
@ -19,7 +22,7 @@ if builtins.langVersion >= 5 then
|
||||
|
||||
exportReferencesGraph.closure = rootPaths;
|
||||
|
||||
nativeBuildInputs = [ jq ];
|
||||
PATH = "${coreutils}/bin:${jq}/bin";
|
||||
|
||||
builder = builtins.toFile "builder"
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user