forked from mirrors/nixpkgs
nixos/tests/prowlarr.nix: get rid of with lib
This commit is contained in:
parent
a8790192f3
commit
cb47374b5e
|
@ -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, ... }:
|
||||
|
|
Loading…
Reference in a new issue