release.nix: Remove `services' arguments to ${nixos}/lib/testing.nix.

This commit is contained in:
Ludovic Courtès 2011-07-04 14:06:05 +00:00
parent dcbdd0ad26
commit 63e3e869c9

View file

@ -82,7 +82,7 @@ rec {
let hydra = build { inherit system; }; in
with import "${nixos}/lib/testing.nix" { inherit nixpkgs system; services = null; };
with import "${nixos}/lib/testing.nix" { inherit nixpkgs system; };
{