From 150ff09a06b389e16612191a33d5b3573df86b0d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 27 Apr 2011 14:03:06 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=26994 --- tests/check-filesystems.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/check-filesystems.nix b/tests/check-filesystems.nix index 8fb0dfc15841..882f5cd31532 100644 --- a/tests/check-filesystems.nix +++ b/tests/check-filesystems.nix @@ -1,10 +1,9 @@ { nixos ? ./.. , nixpkgs ? /etc/nixos/nixpkgs -, services ? /etc/nixos/services , system ? builtins.currentSystem }: -with import ../lib/build-vms.nix { inherit nixos nixpkgs services system; }; +with import ../lib/build-vms.nix { inherit nixos nixpkgs system; }; rec { nodes = {