Open
Description
What problem are you trying to solve?
I'd like to be able to invoke scripts defined in devbox.json
via git hooks.
What solution would you like?
A plug-in that would allow you to define a script in devbox and have it automatically be associated with an appropriate git hook.
Alternatives you've considered
There's a clever approach in devenv here. It automates the process of defining an appropriate pre-commit configuration, and comes with a bunch of canned tooling. https://github.com/cachix/git-hooks.nix .