aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/substitute
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2019-02-07 22:20:42 +0000
committerGitHub <noreply@github.com>2019-02-07 22:20:42 +0000
commit18e5db37bfa3c5ed31ed0e943cca66927c38a431 (patch)
tree9606e92b2092c497ad214c44049483a0ddd9dede /pkgs/build-support/substitute
parent09665fee2b72ccdd100ca8fc169ba649b15339d0 (diff)
substituteAll: allowSubstitutes = false;
trivial derivation
Diffstat (limited to 'pkgs/build-support/substitute')
-rw-r--r--pkgs/build-support/substitute/substitute-all.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/substitute/substitute-all.nix b/pkgs/build-support/substitute/substitute-all.nix
index 7fd46f95f998..57b160bbe901 100644
--- a/pkgs/build-support/substitute/substitute-all.nix
+++ b/pkgs/build-support/substitute/substitute-all.nix
@@ -8,4 +8,5 @@ stdenvNoCC.mkDerivation ({
builder = ./substitute-all.sh;
inherit (args) src;
preferLocalBuild = true;
+ allowSubstitutes = false;
} // args)