From 18e5db37bfa3c5ed31ed0e943cca66927c38a431 Mon Sep 17 00:00:00 2001 From: volth Date: Thu, 7 Feb 2019 22:20:42 +0000 Subject: [PATCH] substituteAll: allowSubstitutes = false; trivial derivation --- pkgs/build-support/substitute/substitute-all.nix | 1 + 1 file changed, 1 insertion(+) 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)