From 5f9ef33dfcac3fd50888afc553ed92eaee32ad2e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 4 May 2024 10:23:59 +0200 Subject: [PATCH] build(cog): Avoid building the project with nix, as this fails --- cog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index b60ffea..64005b5 100644 --- a/cog.toml +++ b/cog.toml @@ -24,7 +24,7 @@ ignore_merge_commits = false pre_bump_hooks = [ "./scripts/renew_copyright_header.sh", # update the license header in each file - "nix build", # verify the project builds + # "nix build", # verify the project builds "nix fmt", # format "cargo set-version {{version}}", # bump version in Cargo.toml ]