Hookable is small programs for using arbitrary commands as Claude Code hook decisions.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(nix): set meta.mainProgram on hookable derivation

Lets nix run, lib.getExe, and other tooling resolve the binary
explicitly instead of relying on the pname fallback.

+4
+4
flake.nix
··· 23 23 24 24 # Run `nix build`, copy the got hash from the error, and paste it here. 25 25 vendorHash = null; 26 + 27 + meta = { 28 + mainProgram = "hookable"; 29 + }; 26 30 }; 27 31 }; 28 32