Added broadcom-sta as insecure package :)
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
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"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user