added python 2.7 to that list

This commit is contained in:
2025-08-06 19:50:57 +03:00
parent 031b3f8cbc
commit aad0f9ef4d

View File

@@ -83,5 +83,6 @@
nixpkgs.config.allowInsecurePredicate = pkg:
builtins.elem (lib.getName pkg) [
"broadcom-sta" # aka “wl”
"python2.7"
];
}