nix: disable electron 25

This commit is contained in:
notohh 2023-12-29 11:43:47 -05:00
parent 7033d0f155
commit 024e9b79dc
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -6,7 +6,6 @@
nixpkgs = { nixpkgs = {
config = { config = {
allowUnfree = true; allowUnfree = true;
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0";
}; };
}; };