diff options
-rw-r--r-- | cog.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cog.toml b/cog.toml index 6f04158..2432184 100644 --- a/cog.toml +++ b/cog.toml @@ -3,9 +3,9 @@ branch_whitelist = ["main", "prime"] ignore_merge_commits = false pre_bump_hooks = [ - "./update_common_files.sh", # Ensure that ever template has the newest files - "nix flake check", # verify the project builds - "nix fmt", # format + "./instantiate_templates.sh", # Build the build directory + "nix flake check", # verify the project builds + "nix fmt", # format ] post_bump_hooks = [ "git push", @@ -17,7 +17,7 @@ post_bump_hooks = [ [changelog] path = "NEWS.md" template = "remote" -remote = "codeberg.org" +remote = "git.vhack.eu" repository = "flake-templates" owner = "soispha" authors = [{ signature = "Benedikt Peetz", username = "bpeetz" }] |