feat(package): server-health: created

This commit is contained in:
2025-08-23 15:16:15 +00:00
parent d24df7ad21
commit 13c783bcd2
3 changed files with 78 additions and 0 deletions
+1
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 {};
}