summary refs log tree commit diff
path: root/nixos/tests/convos.nix
diff options
context:
space:
mode:
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 =