fixing call to insecure python
This commit is contained in:
@@ -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"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user