mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added a venv to disable electron builds from signing
This commit is contained in:
parent
a50af9b0bb
commit
636e1d3c38
@ -14,7 +14,6 @@
|
||||
systemPackages = with pkgs;
|
||||
[
|
||||
git-lfs
|
||||
darwin.cctools
|
||||
#telnet
|
||||
];
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
|
||||
@ -20,5 +20,8 @@
|
||||
cmatrix
|
||||
gh
|
||||
];
|
||||
variable = {
|
||||
ELECTRON_BUILDER_DISABLE_SIGNING = "true";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user