nixos/tests/readarr.nix: get rid of with lib
This commit is contained in:
parent
2f459bb0c4
commit
1b26f82eed
1 changed files with 2 additions and 6 deletions
|
@ -1,10 +1,6 @@
|
|||
import ./make-test-python.nix ({ lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
import ./make-test-python.nix ({ lib, ... }: {
|
||||
name = "readarr";
|
||||
meta.maintainers = with maintainers; [ jocelynthode ];
|
||||
meta.maintainers = with lib.maintainers; [ jocelynthode ];
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
|
Loading…
Reference in a new issue