From 61e0fef36d6a80a365658e234b8fe67b451e2141 Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Tue, 16 Apr 2024 15:36:42 +0200 Subject: [PATCH] Fixed packages --- .../zomes/coordinator/file_storage/zome.nix | 2 +- .../file_storage_provider/zomes/integrity/file_storage/zome.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;