nixos.tests.audiobookshelf: remove with lib;

This commit is contained in:
Felix Buehler
2024-08-30 23:01:46 +02:00
parent dcb2e4eba4
commit 5f816eeb7e
+1 -4
View File
@@ -1,10 +1,7 @@
import ./make-test-python.nix ({ lib, ... }:
with lib;
{
name = "audiobookshelf";
meta.maintainers = with maintainers; [ wietsedv ];
meta.maintainers = with lib.maintainers; [ wietsedv ];
nodes.machine =
{ pkgs, ... }: