Changed python to python2 on build error + ...

+ not allowed insecure pkgs anymore (python, qtwebengine, broadcom-sta)
This commit is contained in:
2025-10-31 14:18:54 +02:00
parent d5b75b2048
commit 8f65224b62
2 changed files with 7 additions and 7 deletions

View File

@@ -80,12 +80,12 @@
boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"];
nixpkgs.config.allowInsecurePredicate = pkg:
builtins.elem (lib.getName pkg) [
"broadcom-sta" # aka “wl”
"python"
"qtwebengine"
];
#nixpkgs.config.allowInsecurePredicate = pkg:
# builtins.elem (lib.getName pkg) [
# "broadcom-sta" # aka “wl”
# "python"
# "qtwebengine"
# ];
powerManagement = {
enable = true;

View File

@@ -10,7 +10,7 @@
tealdeer
vscodium
gcc
python
python2
alejandra
devenv
nodejs