Author: rob
Date: Tue May  3 07:14:18 2011
New Revision: 27099
URL: https://svn.nixos.org/websvn/nix/?rev=27099&sc=1

Log:
remove references to obsolete services argument for nixos tests

Modified:
   hydra-config/gnu/trunk/release.nix
   hydra-config/gnu/trunk/tests/default.nix

Modified: hydra-config/gnu/trunk/release.nix
==============================================================================
--- hydra-config/gnu/trunk/release.nix  Tue May  3 06:58:01 2011        (r27098)
+++ hydra-config/gnu/trunk/release.nix  Tue May  3 07:14:18 2011        (r27099)
@@ -183,7 +183,6 @@
 
         testsuite = import ./tests {
              inherit nixpkgs nixos system gnuConfigOptions;
-             services = "${nixos}/services";
            };
       in {
         version = testsuite.version.test;

Modified: hydra-config/gnu/trunk/tests/default.nix
==============================================================================
--- hydra-config/gnu/trunk/tests/default.nix    Tue May  3 06:58:01 2011        
(r27098)
+++ hydra-config/gnu/trunk/tests/default.nix    Tue May  3 07:14:18 2011        
(r27099)
@@ -16,13 +16,12 @@
 
 { nixpkgs ? ../../nixpkgs
 , nixos ? ../../nixos
-, services ? ../../services
 , system ? builtins.currentSystem
 , gnuConfigOptions
 }:
 
-with import "${nixos}/lib/testing.nix" { inherit nixpkgs services system; };
-with import "${nixos}/lib/build-vms.nix" { inherit nixpkgs services system; };
+with import "${nixos}/lib/testing.nix" { inherit nixpkgs system; };
+with import "${nixos}/lib/build-vms.nix" { inherit nixpkgs system; };
 
 let
   call = f: f { inherit nixpkgs system pkgs; };
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to