mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nixos/tests/komga.nix: get rid of with lib
This commit is contained in:
parent
67fd24d509
commit
80042b4cd3
1 changed files with 1 additions and 3 deletions
|
@ -1,10 +1,8 @@
|
||||||
import ./make-test-python.nix ({ lib, ... }:
|
import ./make-test-python.nix ({ lib, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "komga";
|
name = "komga";
|
||||||
meta.maintainers = with maintainers; [ govanify ];
|
meta.maintainers = with lib.maintainers; [ govanify ];
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue