about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/ombi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/ombi.nix')
-rw-r--r--nixpkgs/nixos/tests/ombi.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixpkgs/nixos/tests/ombi.nix b/nixpkgs/nixos/tests/ombi.nix
index ce3064ce6ac6..fb3a37c978e3 100644
--- a/nixpkgs/nixos/tests/ombi.nix
+++ b/nixpkgs/nixos/tests/ombi.nix
@@ -1,10 +1,8 @@
 import ./make-test-python.nix ({ lib, ... }:
 
-with lib;
-
 {
   name = "ombi";
-  meta.maintainers = with maintainers; [ woky ];
+  meta.maintainers = with lib.maintainers; [ woky ];
 
   nodes.machine =
     { pkgs, ... }: