add healthChecks option

This commit is contained in:
2026-03-15 13:25:29 -04:00
parent 4cc1ae4e00
commit 7c0a617640
3 changed files with 373 additions and 0 deletions

View File

@@ -10,4 +10,5 @@
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; };
}