From 9c7024553c38e790cab712526fc10433277d55e0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 3 May 2024 19:27:01 +0200 Subject: [PATCH] build(cog): Remove `nix flake check` step as nix can't handle pest --- cog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 9c8c37d..789c8d8 100644 --- a/cog.toml +++ b/cog.toml @@ -23,7 +23,7 @@ branch_whitelist = ["main", "prime"] 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