svn path=/nixu/trunk/; revision=7068
This commit is contained in:
Eelco Dolstra 2006-11-17 16:41:02 +00:00
parent 4798d7a4d2
commit 29d9b88aa9

View File

@ -73,7 +73,6 @@ rec {
nixosInstaller = import ./installer.nix {
inherit (pkgs) stdenv genericSubstituter;
inherit nix;
nix = pkgs.nixUnstable;
shell = pkgs.bash + "/bin/sh";
};