build(cog): Avoid building the project with nix, as this fails

This commit is contained in:
Benedikt Peetz 2024-05-04 10:23:59 +02:00
parent c9622c15bc
commit 5f9ef33dfc
Signed by: bpeetz
GPG Key ID: B6139BCB07CE946D
1 changed files with 1 additions and 1 deletions

View File

@ -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
]