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 =