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 f604eab commit 22ba247
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 517 deletions.
4 changes: 2 additions & 2 deletions crates/coordinator/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{
perSystem = { inputs', config, pkgs, system, lib, options, self', ... }: {
packages.profiles = inputs.hc-infra.outputs.lib.rustZome {
inherit system;
workspacePath = inputs.self.outPath;
holochain = inputs'.holochain;
crateCargoToml = ./Cargo.toml;
};

checks.profiles = inputs.hc-infra.outputs.lib.sweettest {
inherit system;
workspacePath = inputs.self.outPath;
holochain = inputs'.holochain;
dna = inputs.hc-infra.outputs.lib.dna {
dnaManifest = builtins.toFile "dna.yaml" ''
---
Expand Down
2 changes: 1 addition & 1 deletion crates/integrity/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
perSystem = { inputs', config, pkgs, system, lib, options, ... }: {
packages.profiles_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 22ba247

Please sign in to comment.