From 27a54b1761032a153283842d8930b92192d4d737 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 9 Aug 2011 14:06:04 +0000 Subject: [PATCH] * Fix the runInMachine test. svn path=/nixos/trunk/; revision=28428 --- tests/run-in-machine.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/run-in-machine.nix b/tests/run-in-machine.nix index 5f790a11aba3..b36c041d790e 100644 --- a/tests/run-in-machine.nix +++ b/tests/run-in-machine.nix @@ -1,9 +1,8 @@ { nixpkgs ? ../../nixpkgs -, services ? ../../services , system ? builtins.currentSystem }: -with import ../lib/testing.nix { inherit nixpkgs services system; }; +with import ../lib/testing.nix { inherit nixpkgs system; }; runInMachine { drv = (import nixpkgs { }).aterm;