Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-09 06:16:02 +00:00
committed by GitHub
101 changed files with 477 additions and 686 deletions

View File

@@ -138,11 +138,11 @@
</programlisting>
</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>
{
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"flashplayer"
"roon-server"
"vscode"
];
}