buildEnv: allowSubstitutes = false
trivial derivation
This commit is contained in:
parent
91aeda1432
commit
09665fee2b
@ -63,6 +63,7 @@ runCommand name
|
||||
priority = drv.meta.priority or 5;
|
||||
}) paths);
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
# XXX: The size is somewhat arbitrary
|
||||
passAsFile = if builtins.stringLength pkgs >= 128*1024 then [ "pkgs" ] else null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user