system.nixpkgs: add electron_28 to permittedInsecurePackages

This commit is contained in:
2024-06-23 11:36:04 +08:00
parent 632e3baae9
commit fc0500c547

View File

@@ -23,7 +23,7 @@ inputs:
nixpkgs =
let
permittedInsecurePackages =
[ "openssl_1_1" "python2" "electron_24" "zotero" "electron_25" ];
[ "openssl_1_1" "python2" "electron_24" "zotero" "electron_25" "electron_28" ];
hostPlatform = if nixpkgs.march != null
then { system = "${nixpkgs.arch}-linux"; gcc = { arch = nixpkgs.march; tune = nixpkgs.march; }; }
else "${nixpkgs.arch}-linux";