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 a6f7f50 commit 491f2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let
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 491f2fb

Please sign in to comment.