fix(cog.toml): Reactive the `nix flake check` step

Nix can now build Trinitrix again.
This commit is contained in:
Benedikt Peetz 2024-05-08 21:26:34 +02:00
parent a86c42deae
commit 621c64975a
Signed by: bpeetz
GPG Key ID: B6139BCB07CE946D
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ branch_whitelist = ["master"]
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