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 (
{ lib, ... }: {
name = "doas";
meta = with lib.maintainers; {
maintainers = [ cole-h ];
};
meta.maintainers = with lib.maintainers; [ cole-h ];
nodes.machine =
{ ... }: