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

This commit is contained in:
Anderson Torres 2023-04-30 11:26:16 -03:00
parent a137b4161d
commit 18d90beb1a

View file

@ -2,9 +2,7 @@
import ./make-test-python.nix ( import ./make-test-python.nix (
{ lib, ... }: { { lib, ... }: {
name = "doas"; name = "doas";
meta = with lib.maintainers; { meta.maintainers = with lib.maintainers; [ cole-h ];
maintainers = [ cole-h ];
};
nodes.machine = nodes.machine =
{ ... }: { ... }: