diff --git a/dnas/file_storage_provider/zomes/coordinator/file_storage/zome.nix b/dnas/file_storage_provider/zomes/coordinator/file_storage/zome.nix index 0d8caacf..ab3e565b 100644 --- a/dnas/file_storage_provider/zomes/coordinator/file_storage/zome.nix +++ b/dnas/file_storage_provider/zomes/coordinator/file_storage/zome.nix @@ -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; diff --git a/dnas/file_storage_provider/zomes/integrity/file_storage/zome.nix b/dnas/file_storage_provider/zomes/integrity/file_storage/zome.nix index b0bfa6fb..59930edb 100644 --- a/dnas/file_storage_provider/zomes/integrity/file_storage/zome.nix +++ b/dnas/file_storage_provider/zomes/integrity/file_storage/zome.nix @@ -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;