diff --git a/crates/integrity/zome.nix b/crates/integrity/zome.nix index d1af02bb2..4be0ab3cc 100644 --- a/crates/integrity/zome.nix +++ b/crates/integrity/zome.nix @@ -13,7 +13,7 @@ packages.profiles_integrity = inputs.hcInfra.outputs.lib.rustZome { workspacePath = rootPath; holochain = inputs'.holochain; - crateCargoToml = ./Cargo.toml; + crateCargoToml = ./Cargo.toml; }; }; }