Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 29, 2023
1 parent 1b494e8 commit 01b4594
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,7 @@

craneLib = (crane.mkLib pkgs).overrideToolchain rustToolchain;

sharedEnvironment = {
# Barretenberg fails if tests are run on multiple threads, so we set the test thread
# count to 1 throughout the entire project
#
# Note: Setting this allows for consistent behavior across build and shells, but is mostly
# hidden from the developer - i.e. when they see the command being run via `nix flake check`
RUST_TEST_THREADS = "1";
};
sharedEnvironment = { };

wasmFilter = path: _type: builtins.match ".*wasm$" path != null;
# We use `include_str!` macro to embed the solidity verifier template so we need to create a special
Expand Down

0 comments on commit 01b4594

Please sign in to comment.