MyNixOS website logo

Configuration helper for Git hooks. See https://git-scm.com/docs/githooks for reference.

Declarations
Type
attribute set of path
Default
{ }
Example
{
  pre-commit = ./pre-commit-script;
}