Set ‘allowSubstitutes = false’ on various derivations

This reduces the number of binary cache requests. See
https://github.com/NixOS/nix/commit/b64988bb3585478676585a0f0aecbcf4e11d4432.
This commit is contained in:
Eelco Dolstra
2015-07-09 15:10:37 +02:00
parent 4d49006a0f
commit dc62669335
6 changed files with 22 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ let
builder = ./make-etc.sh;
preferLocalBuild = true;
allowSubstitutes = false;
/* !!! Use toXML. */
sources = map (x: x.source) etc';