feat(package): nix-derivation-hash

This commit is contained in:
2025-07-23 20:15:53 +00:00
parent 46763ff6da
commit 6433dfccff
3 changed files with 19 additions and 0 deletions
+1
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 {};
}