doc: remove mentions of flashplayer

This commit is contained in:
Bernardo Meurer 2021-02-07 14:04:03 -08:00
parent 6ca28ab28e
commit 6eb8979452
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
1 changed files with 2 additions and 2 deletions

View File

@ -138,11 +138,11 @@
</programlisting> </programlisting>
</para> </para>
<para> <para>
For a more useful example, try the following. This configuration only allows unfree packages named flash player and visual studio code: For a more useful example, try the following. This configuration only allows unfree packages named roon-server and visual studio code:
<programlisting> <programlisting>
{ {
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"flashplayer" "roon-server"
"vscode" "vscode"
]; ];
} }