From da7ae78e0d3c42f5ff4725c40e6a5c649750ebf7 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Thu, 6 Apr 2023 15:17:19 +0100 Subject: [PATCH] fix: Update nix version with release-please (#6) --- .github/workflows/release.yml | 2 ++ flake.nix | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbff945..21c1a1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/flake.nix b/flake.nix index e2beb97..baddb71 100644 --- a/flake.nix +++ b/flake.nix @@ -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++