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

This commit is contained in:
Anderson Torres 2023-04-30 11:26:19 -03:00
parent 1b26f82eed
commit 5f00f1f49c

View file

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