Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 5, 2024
1 parent c22522b commit 3b31a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
workspacePath,
cratePath,
excludedCrates,
optimizeWasms
optimizeWasm
}:

let
Expand All @@ -32,7 +32,7 @@ let
doCheck = false;
};
in
if optimizeWasms then
if optimizeWasm then
stdenv.mkDerivation {
name = crate;
buildInputs = [ wasm binaryen ];
Expand Down

0 comments on commit 3b31a41

Please sign in to comment.