From 4e180394490ee15caeb742982e7f3bb6e27bca94 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sat, 29 Apr 2023 22:17:04 -0300 Subject: [PATCH] nixos/tests/convos.nix: get rid of `with lib` --- nixos/tests/convos.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nixos/tests/convos.nix b/nixos/tests/convos.nix index a5dafed8f6f0..8fe5892da9e5 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 =