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

This commit is contained in:
Anderson Torres 2023-04-30 11:26:15 -03:00
parent a4af083f62
commit 6d1287bb75

View File

@ -1,13 +1,11 @@
import ./make-test-python.nix ({ lib, ... }:
with lib;
let
port = 42069;
in
{
name = "bazarr";
meta.maintainers = with maintainers; [ d-xo ];
meta.maintainers = with lib.maintainers; [ d-xo ];
nodes.machine =
{ pkgs, ... }: