lol

nixos/tests/mpv.nix: get rid of `with lib`

+1 -3
+1 -3
nixos/tests/mpv.nix
··· 1 1 import ./make-test-python.nix ({ lib, ... }: 2 2 3 - with lib; 4 - 5 3 let 6 4 port = toString 4321; 7 5 in 8 6 { 9 7 name = "mpv"; 10 - meta.maintainers = with maintainers; [ zopieux ]; 8 + meta.maintainers = with lib.maintainers; [ zopieux ]; 11 9 12 10 nodes.machine = 13 11 { pkgs, ... }: