nixos/tests/calibre-web.nix: get rid of with lib
This commit is contained in:
parent
b5a6dff664
commit
87586867d6
1 changed files with 1 additions and 2 deletions
|
@ -5,10 +5,9 @@ import ./make-test-python.nix (
|
|||
port = 3142;
|
||||
defaultPort = 8083;
|
||||
in
|
||||
with lib;
|
||||
{
|
||||
name = "calibre-web";
|
||||
meta.maintainers = with pkgs.lib.maintainers; [ pborzenkov ];
|
||||
meta.maintainers = with lib.maintainers; [ pborzenkov ];
|
||||
|
||||
nodes = {
|
||||
customized = { pkgs, ... }: {
|
||||
|
|
Loading…
Reference in a new issue