Changed python to python2 on build error + ...
+ not allowed insecure pkgs anymore (python, qtwebengine, broadcom-sta)
This commit is contained in:
@@ -80,12 +80,12 @@
|
|||||||
|
|
||||||
boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"];
|
boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"];
|
||||||
|
|
||||||
nixpkgs.config.allowInsecurePredicate = pkg:
|
#nixpkgs.config.allowInsecurePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [
|
# builtins.elem (lib.getName pkg) [
|
||||||
"broadcom-sta" # aka “wl”
|
# "broadcom-sta" # aka “wl”
|
||||||
"python"
|
# "python"
|
||||||
"qtwebengine"
|
# "qtwebengine"
|
||||||
];
|
# ];
|
||||||
|
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
tealdeer
|
tealdeer
|
||||||
vscodium
|
vscodium
|
||||||
gcc
|
gcc
|
||||||
python
|
python2
|
||||||
alejandra
|
alejandra
|
||||||
devenv
|
devenv
|
||||||
nodejs
|
nodejs
|
||||||
|
|||||||
Reference in New Issue
Block a user