From 636e1d3c3888bad05e1cc06d0640708f77b749e4 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Sat, 31 Jan 2026 19:22:50 +0100 Subject: [PATCH] Added a venv to disable electron builds from signing --- hosts/macos/configuration.nix | 1 - modules/common/environment.nix | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/macos/configuration.nix b/hosts/macos/configuration.nix index 5aaf74a..8bda416 100644 --- a/hosts/macos/configuration.nix +++ b/hosts/macos/configuration.nix @@ -14,7 +14,6 @@ systemPackages = with pkgs; [ git-lfs - darwin.cctools #telnet ]; pathsToLink = [ "/share/zsh" ]; diff --git a/modules/common/environment.nix b/modules/common/environment.nix index 6bb504e..00580a4 100644 --- a/modules/common/environment.nix +++ b/modules/common/environment.nix @@ -20,5 +20,8 @@ cmatrix gh ]; + variable = { + ELECTRON_BUILDER_DISABLE_SIGNING = "true"; + }; }; }