* Fix the runInMachine test.

svn path=/nixos/trunk/; revision=28428
This commit is contained in:
Eelco Dolstra 2011-08-09 14:06:04 +00:00
parent 45d8c418b5
commit 27a54b1761

View file

@ -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;