aboutsummaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-24 11:57:46 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-24 11:57:46 +0100
commit5114a07d9578e06c66862270a3d624fc0944f33a (patch)
tree3ad9c94488ed0f48cea25f8a1dd619203ed143ba /release.nix
parentfd89f97be97d4f698efd208140062a3f701ef76e (diff)
Improve setting the default chroot dirs
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/release.nix b/release.nix
index 47ba1c1c3..de539958c 100644
--- a/release.nix
+++ b/release.nix
@@ -93,13 +93,6 @@ let
--sysconfdir=/etc
'';
- # Provide a default value for the ‘build-chroot-dirs’ setting
- # that includes /bin/sh pointing to bash.
- preHook = lib.optionalString stdenv.isLinux
- ''
- export DEFAULT_CHROOT_DIRS="/bin/sh=${stdenv.shell}"
- '';
-
enableParallelBuilding = true;
makeFlags = "profiledir=$(out)/etc/profile.d";