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

This commit is contained in:
Anderson Torres 2023-04-30 11:26:17 -03:00
parent 67fd24d509
commit 80042b4cd3

View File

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