diff options
Diffstat (limited to 'cog.toml')
-rw-r--r-- | cog.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cog.toml b/cog.toml index d52c236..69a7f6d 100644 --- a/cog.toml +++ b/cog.toml @@ -3,8 +3,8 @@ branch_whitelist = ["main", "prime"] ignore_merge_commits = false pre_bump_hooks = [ - "nix flake check", # verify the project builds - "nix fmt", # format + "nix flake check", # verify the project builds + "nix fmt", # format ] post_bump_hooks = [ "git push", |