feat(package): server-health: created

This commit is contained in:
2025-08-23 15:16:15 +00:00
parent bb16555d4f
commit 25575a69f3
3 changed files with 78 additions and 0 deletions

View File

@@ -273,4 +273,5 @@ in {
watch = pkgs.callPackage ./c/watch/default.nix {};
support-bot = pkgs.callPackage ./support-bot {};
nix-derivation-hash = pkgs.callPackage ./nix-derivation-hash {};
server-health = pkgs.callPackage ./server-health {};
}