From 4b153f989b22958997da851ad579d3a87d3f0f02 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 4 Mar 2012 21:08:21 +0000 Subject: [PATCH] * And another one. svn path=/nixos/trunk/; revision=32786 --- tests/installer.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/installer.nix b/tests/installer.nix index 921de563ab3..06071bb0da2 100644 --- a/tests/installer.nix +++ b/tests/installer.nix @@ -1,4 +1,4 @@ -{ pkgs, nixpkgs, system, ... }: +{ pkgs, system, ... }: with pkgs.lib; with import ../lib/qemu-flags.nix; @@ -9,7 +9,7 @@ let # instrumentation. iso = (import ../lib/eval-config.nix { - inherit nixpkgs system; + inherit system; modules = [ ../modules/installer/cd-dvd/installation-cd-graphical.nix ../modules/testing/test-instrumentation.nix