nixos/tests/nzbhydra2.nix: get rid of with lib

This commit is contained in:
Anderson Torres 2023-04-30 11:26:18 -03:00
parent 757b9f1be6
commit 98f5064884

View File

@ -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; };