* Remove most references to the "services" tree.

svn path=/nixos/trunk/; revision=26990
This commit is contained in:
Eelco Dolstra
2011-04-27 13:16:33 +00:00
parent be7a7a5b78
commit 650d14be8d
9 changed files with 14 additions and 19 deletions

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; };
{
avahi = makeTest (import ./avahi.nix);