fixing call to insecure python

This commit is contained in:
2025-08-06 19:52:37 +03:00
parent aad0f9ef4d
commit 5905dcd81c

View File

@@ -83,6 +83,6 @@
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”
"python2.7" "python"
]; ];
} }