about summary refs log tree commit diff
path: root/nixos/tests/convos.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-29 22:17:04 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:25 -0300
commit4e180394490ee15caeb742982e7f3bb6e27bca94 (patch)
tree2bbfeeb7673cc5f0fa3186e466a4ac701142f85f /nixos/tests/convos.nix
parent7aa945d9496f3fee0184e939052ce94d30079430 (diff)
nixos/tests/convos.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/convos.nix')
-rw-r--r--nixos/tests/convos.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/nixos/tests/convos.nix b/nixos/tests/convos.nix
index a5dafed8f6f0b..8fe5892da9e52 100644
--- a/nixos/tests/convos.nix
+++ b/nixos/tests/convos.nix
@@ -1,14 +1,12 @@
 import ./make-test-python.nix ({ lib, pkgs, ... }:
 
-with lib;
+
 let
   port = 3333;
 in
 {
   name = "convos";
-  meta = with pkgs.lib.maintainers; {
-    maintainers = [ sgo ];
-  };
+  meta.maintainers = with lib.maintainers; [ sgo ];
 
   nodes = {
     machine =