Added "electron-36.9.5" to Insecure

This commit is contained in:
2025-11-09 13:19:54 +02:00
parent f01a2145e2
commit c0d186ca04

View File

@@ -3,7 +3,10 @@
pkgs,
...
}: {
nixpkgs.config.permittedInsecurePackages = ["qtwebengine-5.15.19"];
nixpkgs.config.permittedInsecurePackages = [
"qtwebengine-5.15.19"
"electron-36.9.5"
];
nixpkgs.config = {chromium = {enableWideVine = true;};};
imports = [