mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
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, ... }: {
|
import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
||||||
name = "ulogd";
|
name = "ulogd";
|
||||||
|
|
||||||
meta = with lib; {
|
meta.maintainers = with lib.maintainers; [ p-h ];
|
||||||
maintainers = with maintainers; [ p-h ];
|
|
||||||
};
|
|
||||||
|
|
||||||
nodes.machine = { ... }: {
|
nodes.machine = { ... }: {
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue