stdenv: remove mention of flashplayer (in comments)

This commit is contained in:
Bernardo Meurer 2021-02-07 14:05:25 -08:00
parent 6eb8979452
commit 129ec8a4a5
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -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);