Skip to content

Commit

Permalink
Attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Feb 22, 2024
1 parent 72e3b2e commit a3044b6
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 @@ -23,12 +23,12 @@ let
};
wasm = craneLib.buildPackage {
inherit cargoToml;
src = craneLib.cleanCargoSource (craneLib.path cratePath);
src = craneLib.cleanCargoSource (craneLib.path workspacePath);
cargoLock = workspacePath + /Cargo.lock;
CARGO_BUILD_TARGET = "wasm32-unknown-unknown";
cargoArtifacts = wasmDeps;
cargoExtraArgs = "-p ${crate} --locked";
# pname = crate;
pname = crate;
doCheck = false;
};
in
Expand Down

0 comments on commit a3044b6

Please sign in to comment.