about summary refs log tree commit diff
path: root/nixos/tests/calibre-web.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-29 22:17:04 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:25 -0300
commit87586867d6b73a4bbd8578da478a4e20257a2799 (patch)
tree15ed463aaef9c0746e1ebfd4db7bda20316c2611 /nixos/tests/calibre-web.nix
parentb5a6dff664b0f60a4e9fde6f48e1e97def093b20 (diff)
nixos/tests/calibre-web.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/calibre-web.nix')
-rw-r--r--nixos/tests/calibre-web.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/calibre-web.nix b/nixos/tests/calibre-web.nix
index 9832d54697872..aea9bca3ebe90 100644
--- a/nixos/tests/calibre-web.nix
+++ b/nixos/tests/calibre-web.nix
@@ -5,10 +5,9 @@ import ./make-test-python.nix (
       port = 3142;
       defaultPort = 8083;
     in
-      with lib;
       {
         name = "calibre-web";
-        meta.maintainers = with pkgs.lib.maintainers; [ pborzenkov ];
+        meta.maintainers = with lib.maintainers; [ pborzenkov ];
 
         nodes = {
           customized = { pkgs, ... }: {