From 8f65224b62d1dfe0d2bb9d547b706fdf3def0807 Mon Sep 17 00:00:00 2001 From: kenny Date: Fri, 31 Oct 2025 14:18:54 +0200 Subject: [PATCH] Changed python to python2 on build error + ... + not allowed insecure pkgs anymore (python, qtwebengine, broadcom-sta) --- hosts/puter/hardware-configuration.nix | 12 ++++++------ modules/userapps/devutils.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 9b293de..baa4dbf 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -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; diff --git a/modules/userapps/devutils.nix b/modules/userapps/devutils.nix index 4a30a69..b30109d 100644 --- a/modules/userapps/devutils.nix +++ b/modules/userapps/devutils.nix @@ -10,7 +10,7 @@ tealdeer vscodium gcc - python + python2 alejandra devenv nodejs