From bdb29c0bcceaf332772da3fdc547729367999c64 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 27 Aug 2008 09:49:26 +0000 Subject: [PATCH] * Don't need/want /etc anymore in the chroot. svn path=/nixos/trunk/; revision=12734 --- etc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default.nix b/etc/default.nix index 93f4951bf2b..6ca5dbf428a 100644 --- a/etc/default.nix +++ b/etc/default.nix @@ -128,7 +128,7 @@ import ../helpers/make-etc.nix { build-users-group = nixbld build-max-jobs = ${toString (config.nix.maxJobs)} build-use-chroot = ${if config.nix.useChroot then "true" else "false"} - build-chroot-dirs = /dev /proc /bin /etc + build-chroot-dirs = /dev /proc /bin ${config.nix.extraOptions} ''; target = "nix.conf"; # will be symlinked from /nix/etc/nix/nix.conf in activate-configuration.sh.