Skip to content

Commit

Permalink
Fixed source for scaffolding crates
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jul 17, 2024
1 parent 6dff63b commit 9b0c99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions crates/scaffold-holochain-runtime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
crate = cargoToml.package.name;

commonArgs = {
src =
(self.lib.cleanTauriSource { inherit lib; }) (craneLib.path ../../.);
src = craneLib.path ../../.;
doCheck = false;
buildInputs = inputs.hc-infra.outputs.lib.holochainAppDeps.buildInputs {
inherit pkgs lib;
Expand Down
3 changes: 1 addition & 2 deletions crates/scaffold-tauri-happ/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
crate = cargoToml.package.name;

commonArgs = {
src =
(self.lib.cleanTauriSource { inherit lib; }) (craneLib.path ../../.);
src = craneLib.path ../../.;
doCheck = false;
buildInputs = inputs.hc-infra.outputs.lib.holochainAppDeps.buildInputs {
inherit pkgs lib;
Expand Down

0 comments on commit 9b0c99a

Please sign in to comment.