Skip to content

add knobs for disabling the whole thing and disabling installation#610

Merged
domenkozar merged 1 commit intomasterfrom
enable/install.enable
Aug 5, 2025
Merged

add knobs for disabling the whole thing and disabling installation#610
domenkozar merged 1 commit intomasterfrom
enable/install.enable

Conversation

@domenkozar
Copy link
Copy Markdown
Member

@domenkozar domenkozar commented Aug 5, 2025

Using devenv.local.nix you can now disable all hooks if you want:

{
  git-hooks.enable = false;
}

Or just the installation of the hooks:

{
  git-hooks.install.enable = false;
}

@domenkozar domenkozar merged commit 4bcc124 into master Aug 5, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant