kando: remove usage of CSC_IDENTITY_AUTO_DISCOVERY

This commit is contained in:
TomaSajt
2026-06-14 18:13:39 +02:00
parent 74fa738dc8
commit eac6f84bdc
-2
View File
@@ -69,8 +69,6 @@ buildNpmPackage.override { inherit nodejs; } rec {
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
# use our own node headers since we skip downloading them
NIX_CFLAGS_COMPILE = "-I${nodejs}/include/node";
# disable code signing on Darwin
CSC_IDENTITY_AUTO_DISCOVERY = lib.optionalString stdenv.hostPlatform.isDarwin "false";
};
postConfigure = ''