Skip to content

Commit

Permalink
Updated hc-infra
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 26, 2024
1 parent c503070 commit abc52c6
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

{
perSystem = { inputs', system, ... }: {
packages.file_storage = inputs.hc-infra.outputs.lib.rustZome {
inherit system;
workspacePath = inputs.self.outPath;
crateCargoToml = ./Cargo.toml;
};
packages.file_storage =
inputs.hc-infra.outputs.builders.${system}.rustZome {
workspacePath = inputs.self.outPath;
crateCargoToml = ./Cargo.toml;
};
};
}

10 changes: 5 additions & 5 deletions dnas/file_storage_provider/zomes/integrity/file_storage/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

{
perSystem = { inputs', config, pkgs, system, lib, options, ... }: {
packages.file_storage_integrity = inputs.hc-infra.outputs.lib.rustZome {
inherit system;
workspacePath = inputs.self.outPath;
crateCargoToml = ./Cargo.toml;
};
packages.file_storage_integrity =
inputs.hc-infra.outputs.builders.${system}.rustZome {
workspacePath = inputs.self.outPath;
crateCargoToml = ./Cargo.toml;
};
};
}

100 changes: 52 additions & 48 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit abc52c6

Please sign in to comment.