release.nix: Remove `services' arguments to ${nixos}/lib/testing.nix.
This commit is contained in:
parent
dcbdd0ad26
commit
63e3e869c9
|
@ -82,7 +82,7 @@ rec {
|
||||||
|
|
||||||
let hydra = build { inherit system; }; in
|
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; };
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue