From a4af083f62896a460d6904d13a099672c4fb6563 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 30 Apr 2023 11:26:15 -0300 Subject: [PATCH] nixos/tests/atuin.nix: get rid of `with lib` --- nixos/tests/atuin.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/tests/atuin.nix b/nixos/tests/atuin.nix index 2bc5494f5556..9f23a3cf6713 100644 --- a/nixos/tests/atuin.nix +++ b/nixos/tests/atuin.nix @@ -6,10 +6,9 @@ let testPass = "password"; testEmail = "test.testerman@test.com"; in -with lib; { name = "atuin"; - meta.maintainers = with pkgs.lib.maintainers; [ devusb ]; + meta.maintainers = with lib.maintainers; [ devusb ]; nodes = { server =