Skip to content

Commit

Permalink
Meta debug in sweettest
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 26, 2024
1 parent e04300c commit 43e97c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/coordinator/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

checks.profiles = 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 @@ -32,7 +32,7 @@
profiles = self'.packages.profiles;
profiles_integrity = self'.packages.profiles_integrity;
};
};
}).meta.debug;
crateCargoToml = ./Cargo.toml;
};
};
Expand Down

0 comments on commit 43e97c8

Please sign in to comment.