From 14f36c67265ecee14b55a477e8cfbd57c3580021 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 11 Jun 2024 09:46:58 +0200 Subject: fix(cog.toml): Update to the newest state --- cog.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cog.toml') 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" }] -- cgit 1.4.1