Skip to content

Commit

Permalink
Updated to new holonix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 2, 2024
1 parent 7655c85 commit adc96ef
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 517 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ inputs, ... }:

{
perSystem = { inputs', ... }: {
perSystem = { inputs', system, ... }: {
packages.file_storage = inputs.hc-infra.outputs.lib.rustZome {
inherit system;
workspacePath = inputs.self.outPath;
holochain = inputs'.holochain;
crateCargoToml = ./Cargo.toml;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
perSystem = { inputs', config, pkgs, system, lib, options, ... }: {
packages.file_storage_integrity = inputs.hc-infra.outputs.lib.rustZome {
inherit system;
workspacePath = inputs.self.outPath;
holochain = inputs'.holochain;
crateCargoToml = ./Cargo.toml;
};
};
Expand Down
Loading

0 comments on commit adc96ef

Please sign in to comment.