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 6d829f8 commit 3338cdf
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 @@ -68,14 +68,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 = { };

nativeEnvironment = sharedEnvironment // {
# rust-bindgen needs to know the location of libclang
Expand Down

0 comments on commit 3338cdf

Please sign in to comment.