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