nixos.tests.audiobookshelf: remove with lib;

This commit is contained in:
Felix Buehler 2024-08-24 22:05:55 +02:00
parent dcb2e4eba4
commit 5f816eeb7e

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, ... }: