summary refs log tree commit diff
path: root/nixos/tests/mpv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/mpv.nix')
-rw-r--r--nixos/tests/mpv.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/mpv.nix b/nixos/tests/mpv.nix
index a4803f3cb5b55..32a81cbe2495e 100644
--- a/nixos/tests/mpv.nix
+++ b/nixos/tests/mpv.nix
@@ -1,13 +1,11 @@
 import ./make-test-python.nix ({ lib, ... }:
 
-with lib;
-
 let
   port = toString 4321;
 in
 {
   name = "mpv";
-  meta.maintainers = with maintainers; [ zopieux ];
+  meta.maintainers = with lib.maintainers; [ zopieux ];
 
   nodes.machine =
     { pkgs, ... }: