Skip to content

Commit

Permalink
chore(nix): Avoid building bb wasm for the noir_wasm target
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jun 22, 2023
1 parent b4c839f commit a07ce86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
};

# Combine the environmnet with cargo args needed to build wasm package
noirWasmArgs = wasmEnvironment // {
noirWasmArgs = sharedEnvironment // sharedArgs // {
pname = "noir_wasm";

src = ./.;
Expand Down

0 comments on commit a07ce86

Please sign in to comment.