buildEnv: allowSubstitutes = false

trivial derivation
This commit is contained in:
volth 2019-02-07 22:19:26 +00:00 committed by GitHub
parent 91aeda1432
commit 09665fee2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}