Author: eelco
Date: Wed Apr 27 14:03:06 2011
New Revision: 26994
URL: https://svn.nixos.org/websvn/nix/?rev=26994&sc=1

Log:


Modified:
   nixos/trunk/tests/check-filesystems.nix

Modified: nixos/trunk/tests/check-filesystems.nix
==============================================================================
--- nixos/trunk/tests/check-filesystems.nix     Wed Apr 27 13:54:23 2011        
(r26993)
+++ nixos/trunk/tests/check-filesystems.nix     Wed Apr 27 14:03:06 2011        
(r26994)
@@ -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 = {
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to