build(cog): Avoid building the project with nix, as this fails
This commit is contained in:
parent
c9622c15bc
commit
5f9ef33dfc
2
cog.toml
2
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
|
||||
]
|
||||
|
|
Reference in New Issue