build(cog): Avoid building the project with nix, as this fails
This commit is contained in:
parent
ec11a129bd
commit
d57beeebd4
2
cog.toml
2
cog.toml
|
@ -24,7 +24,7 @@ ignore_merge_commits = false
|
||||||
|
|
||||||
pre_bump_hooks = [
|
pre_bump_hooks = [
|
||||||
"./scripts/renew_copyright_header.sh", # update the license header in each file
|
"./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
|
"nix fmt", # format
|
||||||
"cargo set-version {{version}}", # bump version in Cargo.toml
|
"cargo set-version {{version}}", # bump version in Cargo.toml
|
||||||
]
|
]
|
||||||
|
|
Reference in New Issue