From 69cf045bf18965dd77d30f9adba1a1d84d83ff87 Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Mon, 23 Sep 2024 12:58:14 +0200 Subject: [PATCH] Debug to allow for macos testing --- nix/fixtures/module-repo/zomes/coordinator/zome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/fixtures/module-repo/zomes/coordinator/zome.nix b/nix/fixtures/module-repo/zomes/coordinator/zome.nix index ffa9255..ab5183b 100644 --- a/nix/fixtures/module-repo/zomes/coordinator/zome.nix +++ b/nix/fixtures/module-repo/zomes/coordinator/zome.nix @@ -33,7 +33,7 @@ ''; zomes = { my_zome = self'.packages.my_zome; }; inherit system; - }; + }.meta.debug; crateCargoToml = ./Cargo.toml; cargoArtifacts = inputs.hc-infra.lib.holochainCargoArtifacts { inherit system; };