* Remove most references to the "services" tree.
svn path=/nixos/trunk/; revision=26990
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user