Skip to content

Commit

Permalink
Attempt fix nix zome
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 28, 2024
1 parent c7cfe97 commit a9f2b5f
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 @@ -18,7 +18,7 @@ let
pname = crate;
version = "deps";

cargoVendorDir = (zomeCargoDeps { inherit craneLib; }).cargoVendorDir;
# cargoVendorDir = (zomeCargoDeps { inherit craneLib; }).cargoVendorDir;
cargoArtifacts = (zomeCargoDeps { inherit craneLib; }).cargoArtifacts;
});

Expand Down

0 comments on commit a9f2b5f

Please sign in to comment.