From b7e8c174a114656a959a7aa48245a5d1d29c6dba Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 11 Nov 2006 22:29:05 +0000 Subject: [PATCH] * Add Perl to the path (since it was already on the CD as a dependency). svn path=/nixu/trunk/; revision=6992 --- test/rescue-system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/test/rescue-system.nix b/test/rescue-system.nix index 097ca084b29..b435d10f57f 100644 --- a/test/rescue-system.nix +++ b/test/rescue-system.nix @@ -105,6 +105,7 @@ rec { pkgs.shadowutils pkgs.sysklogd pkgs.rsync + pkgs.perl nixosInstaller ];