feat(package): shellplot: created

This commit is contained in:
2025-08-23 16:37:08 +00:00
parent 25575a69f3
commit 7dadd2290f
5 changed files with 98 additions and 1 deletions

View File

@@ -274,4 +274,5 @@ in {
support-bot = pkgs.callPackage ./support-bot {};
nix-derivation-hash = pkgs.callPackage ./nix-derivation-hash {};
server-health = pkgs.callPackage ./server-health {};
shellplot = pkgs.callPackage ./shellplot {};
}