mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +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, ... }:
|
import ./make-test-python.nix ({ lib, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "audiobookshelf";
|
name = "audiobookshelf";
|
||||||
meta.maintainers = with maintainers; [ wietsedv ];
|
meta.maintainers = with lib.maintainers; [ wietsedv ];
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
Loading…
Reference in New Issue
Block a user