about summary refs log tree commit diff
path: root/nixos/tests/3proxy.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-30 11:26:15 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:26 -0300
commit5202b743058166133051bbf980cba8136b97f093 (patch)
treed4499a99451bd512c34db2ca10034de1543e261a /nixos/tests/3proxy.nix
parent75a76768fe9d81f38f3640862805c2d9086445f4 (diff)
nixos/tests/3proxy.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/3proxy.nix')
-rw-r--r--nixos/tests/3proxy.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/3proxy.nix b/nixos/tests/3proxy.nix
index 647d9d57c7ffd..83d39de018a39 100644
--- a/nixos/tests/3proxy.nix
+++ b/nixos/tests/3proxy.nix
@@ -1,8 +1,6 @@
 { lib, pkgs, ... }: {
   name = "3proxy";
-  meta = with lib.maintainers; {
-    maintainers = [ misuzu ];
-  };
+  meta.maintainers = with lib.maintainers; [ misuzu ];
 
   nodes = {
     peer0 = { lib, ... }: {