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 2432184..ce27d2f 100644 --- a/cog.toml +++ b/cog.toml @@ -4,8 +4,8 @@ ignore_merge_commits = false pre_bump_hooks = [ "./instantiate_templates.sh", # Build the build directory - "nix flake check", # verify the project builds "nix fmt", # format + "nix flake check", # verify the project builds ] post_bump_hooks = [ "git push", |