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

This commit is contained in:
Anderson Torres 2023-04-30 11:26:18 -03:00
parent ca916d0f61
commit aa7d79c0f6

View File

@ -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, ... }: