mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
system.nixpkgs: add electron_28 to permittedInsecurePackages
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user