From 491f2fb307f14511d959d3ee71016f69bf871896 Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Thu, 22 Feb 2024 16:52:36 +0100 Subject: [PATCH] Attempt --- nix/zome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/zome.nix b/nix/zome.nix index 032e9e3..2d774a4 100644 --- a/nix/zome.nix +++ b/nix/zome.nix @@ -24,7 +24,7 @@ let CARGO_BUILD_TARGET = "wasm32-unknown-unknown"; cargoArtifacts = wasmDeps; cargoExtraArgs = "-p ${crate} --locked"; - pname = crate; + # pname = crate; doCheck = false; }; in