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.

docs: reference flake by vanity URL

+1 -1
+1 -1
README.md
··· 150 150 { 151 151 inputs = { 152 152 nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; 153 - hookable.url = "github:YOUR-USER/hookable"; # or path:/path/to/hookable 153 + hookable.url = "https://flakes.adriano.fyi/hookable"; 154 154 }; 155 155 156 156 outputs = { self, nixpkgs, hookable, ... }: {