nixos/tests/komga.nix: get rid of `with lib`
Anderson Torres 2 years ago 80042b4c 67fd24d5
··· 1 1 import ./make-test-python.nix ({ lib, ... }: 2 2 3 3 - with lib; 4 4 - 5 3 { 6 4 name = "komga"; 7 7 - meta.maintainers = with maintainers; [ govanify ]; 5 5 + meta.maintainers = with lib.maintainers; [ govanify ]; 8 6 9 7 nodes.machine = 10 8 { pkgs, ... }: