From aad0f9ef4d89795676d2de126a1aa3de7e4b3996 Mon Sep 17 00:00:00 2001 From: kenny Date: Wed, 6 Aug 2025 19:50:57 +0300 Subject: [PATCH] added python 2.7 to that list --- hosts/puter/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 0aa59b4..f18af31 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -83,5 +83,6 @@ nixpkgs.config.allowInsecurePredicate = pkg: builtins.elem (lib.getName pkg) [ "broadcom-sta" # aka “wl” + "python2.7" ]; }