nixos/tests/ulogd.nix: get rid of with lib
This commit is contained in:
parent
714180048b
commit
f872db7aed
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue