{ pkgs, lib, self, }: { integration = import ./integration.nix { inherit pkgs lib self; }; partial-config = import ./partial-config.nix { inherit pkgs lib self; }; multiple-clients = import ./multiple-clients.nix { inherit pkgs lib self; }; bazarr = import ./bazarr.nix { inherit pkgs lib self; }; error-handling = import ./error-handling.nix { inherit pkgs lib self; }; edge-cases = import ./edge-cases.nix { inherit pkgs lib self; }; health-checks = import ./health-checks.nix { inherit pkgs lib self; }; delayed-start = import ./delayed-start.nix { inherit pkgs lib self; }; jellyseerr = import ./jellyseerr.nix { inherit pkgs lib self; }; naming = import ./naming.nix { inherit pkgs lib self; }; network-namespace = import ./network-namespace.nix { inherit pkgs lib self; }; permanent-failure = import ./permanent-failure.nix { inherit pkgs lib self; }; config-xml = import ./config-xml.nix { inherit pkgs self; }; }