Added a venv to disable electron builds from signing

This commit is contained in:
Alexandre1a 2026-01-31 19:22:50 +01:00
parent a50af9b0bb
commit 636e1d3c38
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,6 @@
systemPackages = with pkgs; systemPackages = with pkgs;
[ [
git-lfs git-lfs
darwin.cctools
#telnet #telnet
]; ];
pathsToLink = [ "/share/zsh" ]; pathsToLink = [ "/share/zsh" ];

View File

@ -20,5 +20,8 @@
cmatrix cmatrix
gh gh
]; ];
variable = {
ELECTRON_BUILDER_DISABLE_SIGNING = "true";
};
}; };
} }