feat(package): nix-derivation-hash

This commit is contained in:
2025-07-23 20:15:53 +00:00
parent 6e77853453
commit 52cb6b2410
3 changed files with 19 additions and 0 deletions

View File

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