Skip to content

Commit

Permalink
Fixed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Apr 16, 2024
1 parent 7be2c43 commit 61e0fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{ inputs'
, ...
}: {
packages.file_storage_integrity = inputs.hc-infra.outputs.lib.rustZome {
packages.file_storage = inputs.hc-infra.outputs.lib.rustZome {
workspacePath = rootPath;
holochain = inputs'.holochain;
crateCargoToml = ./Cargo.toml;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
, options
, ...
}: {
packages.file_storage = inputs.hc-infra.outputs.lib.rustZome {
packages.file_storage_integrity = inputs.hc-infra.outputs.lib.rustZome {
workspacePath = rootPath;
holochain = inputs'.holochain;
crateCargoToml = ./Cargo.toml;
Expand Down

0 comments on commit 61e0fef

Please sign in to comment.