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

This commit is contained in:
Anderson Torres 2023-04-29 22:17:05 -03:00
parent 714180048b
commit f872db7aed

View File

@ -1,9 +1,7 @@
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "ulogd";
meta = with lib; {
maintainers = with maintainers; [ p-h ];
};
meta.maintainers = with lib.maintainers; [ p-h ];
nodes.machine = { ... }: {
networking.firewall.enable = false;