diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:46:58 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:46:58 +0200 |
commit | 14f36c67265ecee14b55a477e8cfbd57c3580021 (patch) | |
tree | 000d76e3d1e9d1508775e8f4e0f2c9a5340fda8d /cog.toml | |
parent | refactor(common/): Remove the `files` subdirectory (diff) | |
download | flake-templates-14f36c67265ecee14b55a477e8cfbd57c3580021.tar.gz flake-templates-14f36c67265ecee14b55a477e8cfbd57c3580021.zip |
fix(cog.toml): Update to the newest state
Diffstat (limited to 'cog.toml')
-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" }] |