mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nixos.tests.audiobookshelf: remove with lib;
This commit is contained in:
parent
dcb2e4eba4
commit
5f816eeb7e
@ -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, ... }:
|
||||
|
Loading…
Reference in New Issue
Block a user