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

This commit is contained in:
Anderson Torres 2023-04-30 11:26:19 -03:00
parent a8790192f3
commit cb47374b5e

View File

@ -1,10 +1,8 @@
import ./make-test-python.nix ({ lib, ... }:
with lib;
{
name = "prowlarr";
meta.maintainers = with maintainers; [ jdreaver ];
meta.maintainers = with lib.maintainers; [ jdreaver ];
nodes.machine =
{ pkgs, ... }: