diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-03-24T10·57+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-03-24T10·57+0100 |
commit | 5114a07d9578e06c66862270a3d624fc0944f33a (patch) | |
tree | 3ad9c94488ed0f48cea25f8a1dd619203ed143ba /release.nix | |
parent | fd89f97be97d4f698efd208140062a3f701ef76e (diff) |
Improve setting the default chroot dirs
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/release.nix b/release.nix index 47ba1c1c3e8d..de539958cc07 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"; |