3
0
Fork 0
forked from mirrors/nixpkgs

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

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

View file

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