Skip to content

Commit

Permalink
re-add the bb archive env
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 12, 2023
1 parent d858bd3 commit 64d1e9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
environment = {
# We enable backtraces on any failure for help with debugging
RUST_BACKTRACE = "1";

# We download the Wasm version of `acvm_backend` in the barretenberg releases for the ACVM `blackbox_solver`
BARRETENBERG_ARCHIVE = pkgs.fetchurl {
url = "https://github.com/AztecProtocol/barretenberg/releases/download/barretenberg-v0.4.5/acvm_backend.wasm.tar.gz";
sha256 = "sha256-xONt5pTKWf/YbVnX/NXl/VNBbtKd+CP7CLkB1jf0RHw=";
};
};

# Configuration shared between builds
Expand Down

0 comments on commit 64d1e9f

Please sign in to comment.