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

Commit

Permalink
remove transcript from flake
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 11, 2023
1 parent 6fbe551 commit 0bdd53b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
# 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";

# We provide `barretenberg-transcript00` from the overlay to the build.
# This is necessary because the Nix sandbox is read-only and downloading during tests would fail
BARRETENBERG_TRANSCRIPT = pkgs.barretenberg-transcript00;
};

nativeEnvironment = sharedEnvironment // {
Expand Down

0 comments on commit 0bdd53b

Please sign in to comment.