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

This commit is contained in:
Anderson Torres 2023-04-30 11:26:18 -03:00
parent 196debcf29
commit 4e9cdcb64e

View File

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