Skip to content

Commit

Permalink
Fixed module check
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 26, 2024
1 parent c093289 commit 6bbf25f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nix/fixtures/module-repo/flake.lock

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

4 changes: 2 additions & 2 deletions nix/fixtures/module-repo/zomes/coordinator/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

checks.my_zome = inputs.hc-infra.outputs.builders.${system}.sweettest {
workspacePath = inputs.self.outPath;
dna = inputs.hc-infra.outputs.builders.${system}.dna {
dna = (inputs.hc-infra.outputs.builders.${system}.dna {
dnaManifest = builtins.toFile "dna.yaml" ''
---
manifest_version: "1"
Expand All @@ -29,7 +29,7 @@
dylib: ~
'';
zomes = { my_zome = self'.packages.my_zome; };
}.meta.debug;
}).meta.debug;
crateCargoToml = ./Cargo.toml;
cargoArtifacts = inputs'.hc-infra.packages.holochainCargoArtifacts;
};
Expand Down
2 changes: 1 addition & 1 deletion nix/fixtures/service-repo/flake.lock

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

0 comments on commit 6bbf25f

Please sign in to comment.