diff options
-rw-r--r-- | cog.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cog.toml b/cog.toml index 7b3f4016..4f51c54e 100644 --- a/cog.toml +++ b/cog.toml @@ -7,6 +7,7 @@ post_package_bump_hooks = [] branch_whitelist = ["prime"] pre_bump_hooks = [ + "nix fmt", # Format "nix flake check", # verify the project builds ] post_bump_hooks = [ |