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