mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 16:48:02 +00:00
stdenv: remove mention of flashplayer (in comments)
This commit is contained in:
parent
6eb8979452
commit
129ec8a4a5
@ -66,7 +66,7 @@ let
|
||||
# {pkgs, ...}:
|
||||
# {
|
||||
# allowUnfree = false;
|
||||
# allowUnfreePredicate = (x: pkgs.lib.hasPrefix "flashplayer-" x.name);
|
||||
# allowUnfreePredicate = (x: pkgs.lib.hasPrefix "vscode" x.name);
|
||||
# }
|
||||
allowUnfreePredicate = config.allowUnfreePredicate or (x: false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user