nixos/tests/nzbhydra2.nix: get rid of with lib
This commit is contained in:
parent
757b9f1be6
commit
98f5064884
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
import ./make-test-python.nix ({ lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
name = "nzbhydra2";
|
||||
meta.maintainers = with maintainers; [ jamiemagee ];
|
||||
meta.maintainers = with lib.maintainers; [ jamiemagee ];
|
||||
|
||||
nodes.machine = { pkgs, ... }: { services.nzbhydra2.enable = true; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue