about summary refs log tree commit diff
path: root/corepkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-01-18T14·06+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-01-18T14·06+0100
commit0824f407609965302446acb1381e0ce6c878d85f (patch)
tree20beb5aa3b76cdcf06a6523d6a8f06e66a3b7dd5 /corepkgs
parenta1bf934044c39d41f589923090419bb2a01c0260 (diff)
<nix/buildenv.nix>: Don't substitute
This should get rid of a certificate warning from "nix-env -i" early
in the install script.
Diffstat (limited to 'corepkgs')
-rw-r--r--corepkgs/buildenv.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/corepkgs/buildenv.nix b/corepkgs/buildenv.nix
index ab1ce13f2c..70981a752c 100644
--- a/corepkgs/buildenv.nix
+++ b/corepkgs/buildenv.nix
@@ -8,7 +8,7 @@ derivation {
   builder = perl;
   args = [ "-w" ./buildenv.pl ];
 
-  manifest = manifest;
+  inherit manifest;
 
   # !!! grmbl, need structured data for passing this in a clean way.
   derivations =
@@ -23,6 +23,9 @@ derivation {
   # network traffic, so don't do that.
   preferLocalBuild = true;
 
+  # Also don't bother substituting.
+  allowSubstitutes = false;
+
   __sandboxProfile = ''
     (allow sysctl-read)
     (allow file-read*