From 621c64975a10dc9ab5b9c5d1f5607e74b54b16a7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 8 May 2024 21:26:34 +0200 Subject: [PATCH] fix(cog.toml): Reactive the `nix flake check` step Nix can now build Trinitrix again. --- cog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 47c7b49..6efdb31 100644 --- a/cog.toml +++ b/cog.toml @@ -22,7 +22,7 @@ branch_whitelist = ["master"] ignore_merge_commits = false pre_bump_hooks = [ - # "nix flake check", # verify the project builds + "nix flake check", # verify the project builds "./scripts/renew_copyright_header.sh", # update the license header in each file "cargo set-version {{version}}", # bump version in Cargo.toml "nix fmt", # format