mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
stdenv: remove mention of flashplayer (in comments)
This commit is contained in:
parent
6eb8979452
commit
129ec8a4a5
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ let
|
||||||
# {pkgs, ...}:
|
# {pkgs, ...}:
|
||||||
# {
|
# {
|
||||||
# allowUnfree = false;
|
# allowUnfree = false;
|
||||||
# allowUnfreePredicate = (x: pkgs.lib.hasPrefix "flashplayer-" x.name);
|
# allowUnfreePredicate = (x: pkgs.lib.hasPrefix "vscode" x.name);
|
||||||
# }
|
# }
|
||||||
allowUnfreePredicate = config.allowUnfreePredicate or (x: false);
|
allowUnfreePredicate = config.allowUnfreePredicate or (x: false);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue