Skip to content

Commit

Permalink
fix: Update nix version with release-please (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Apr 6, 2023
1 parent 7f39dee commit da7ae78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
pull-request-title-pattern: "chore: Release ${version}"
extra-files: |
flake.nix
publish:
name: Publish crates
Expand Down
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@

commonArgs = {
pname = "barretenberg-sys";
version = "0.1.0";
# x-release-please-start-version
version = "0.0.0";
# x-release-please-end

# As per https://discourse.nixos.org/t/gcc11stdenv-and-clang/17734/7 since it seems that aarch64-linux uses
# gcc9 instead of gcc11 for the C++ stdlib, while all other targets we support provide the correct libstdc++
Expand Down

0 comments on commit da7ae78

Please sign in to comment.