Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerMatt committed Jun 22, 2024
1 parent 600a084 commit 38be54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Git pre-push checks
pc-hooks = git-hooks.lib.${system}.run {
# only run on push and directly calling `pre-commit` in the shell
default_stages = ["manual" "push" "pre-commit-merge"];
default_stages = ["manual" "push" "pre-merge-commit"];
src = ./.;
hooks = {
check-merge-conflicts.enable = true;
Expand Down

0 comments on commit 38be54f

Please sign in to comment.