From 29d9b88aa9a5d8b56e05893dd6bbcb78b6387d8e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 17 Nov 2006 16:41:02 +0000 Subject: [PATCH] * Doh. svn path=/nixu/trunk/; revision=7068 --- test/boot-environment.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/test/boot-environment.nix b/test/boot-environment.nix index 04434f698949..6b250b33585a 100644 --- a/test/boot-environment.nix +++ b/test/boot-environment.nix @@ -73,7 +73,6 @@ rec { nixosInstaller = import ./installer.nix { inherit (pkgs) stdenv genericSubstituter; inherit nix; - nix = pkgs.nixUnstable; shell = pkgs.bash + "/bin/sh"; };