From 67451c470b357bbbe670f97c2e921088b569f76e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 19 Dec 2008 10:22:45 +0000 Subject: [PATCH] * Make sure that build-chroot-dirs only contains directories. svn path=/nixos/trunk/; revision=13657 --- etc/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/default.nix b/etc/default.nix index 0270e503326..88d4d39e21e 100644 --- a/etc/default.nix +++ b/etc/default.nix @@ -135,12 +135,13 @@ import ../helpers/make-etc.nix { refs = pkgs.writeReferencesToFile binsh; in pkgs.runCommand "nix.conf" {} '' + binshDeps=$(for i in $(cat ${refs}); do if test -d $i; then echo $i; fi; done) cat > $out <