nixos/tests/uptime-kuma.nix: get rid of with lib

This commit is contained in:
Anderson Torres 2023-04-30 11:26:21 -03:00
parent de2927e336
commit 9fe5926b15

View File

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