about summary refs log tree commit diff
path: root/nixos/tests/atuin.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:27 -0300
commita4af083f62896a460d6904d13a099672c4fb6563 (patch)
tree55e28e203009d520323b0229362ca5727e0b4551 /nixos/tests/atuin.nix
parent5252e855952c555469f081306584dd8a12959ded (diff)
nixos/tests/atuin.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/atuin.nix')
-rw-r--r--nixos/tests/atuin.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/atuin.nix b/nixos/tests/atuin.nix
index 2bc5494f55565..9f23a3cf6713f 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 =