Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Feb 22, 2024
1 parent dce19ba commit 8a39f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ let
doCheck = false;
};
wasm = craneLib.buildPackage {
inherit src cargoExtraArgs;
inherit src;
CARGO_BUILD_TARGET = "wasm32-unknown-unknown";
cargoArtifacts = wasmDeps;
cargoExtraArgs = "-p ${crate} --locked";
pname = crate;
doCheck = false;
};
Expand Down

0 comments on commit 8a39f5f

Please sign in to comment.