summary refs log tree commit diff
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
parent09665fee2b72ccdd100ca8fc169ba649b15339d0 (diff)
downloadnixpkgs-18e5db37bfa3c5ed31ed0e943cca66927c38a431.tar
nixpkgs-18e5db37bfa3c5ed31ed0e943cca66927c38a431.tar.gz
nixpkgs-18e5db37bfa3c5ed31ed0e943cca66927c38a431.tar.bz2
nixpkgs-18e5db37bfa3c5ed31ed0e943cca66927c38a431.tar.lz
nixpkgs-18e5db37bfa3c5ed31ed0e943cca66927c38a431.tar.xz
nixpkgs-18e5db37bfa3c5ed31ed0e943cca66927c38a431.tar.zst
nixpkgs-18e5db37bfa3c5ed31ed0e943cca66927c38a431.zip
substituteAll: allowSubstitutes = false;
trivial derivation
-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 7fd46f95f99..57b160bbe90 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)