about summary refs log tree commit diff
path: root/nixos/tests/sonarr.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-30 11:26:19 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:29 -0300
commit5f00f1f49c38ded052d6e76853ebd21fa3b48dba (patch)
tree04ec79cb4a301140e5095dee69c0e66107e7c736 /nixos/tests/sonarr.nix
parent1b26f82eede5dd6ac3af663f6dde9b3cc1d430c5 (diff)
nixos/tests/sonarr.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/sonarr.nix')
-rw-r--r--nixos/tests/sonarr.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/sonarr.nix b/nixos/tests/sonarr.nix
index bdfc8916cb7f9..57e6b72db3a35 100644
--- a/nixos/tests/sonarr.nix
+++ b/nixos/tests/sonarr.nix
@@ -1,10 +1,8 @@
 import ./make-test-python.nix ({ lib, ... }:
 
-with lib;
-
 {
   name = "sonarr";
-  meta.maintainers = with maintainers; [ etu ];
+  meta.maintainers = with lib.maintainers; [ etu ];
 
   nodes.machine =
     { pkgs, ... }: