Skip to content

Commit

Permalink
doc: fix allowUnfreePredicate example following the introduction of p…
Browse files Browse the repository at this point in the history
…name

Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
  • Loading branch information
2 people authored and bjornfor committed Nov 9, 2019
1 parent 76761a8 commit eebdaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/using/configuration.xml
Expand Up @@ -142,7 +142,7 @@
<programlisting>
{
allowUnfreePredicate = (pkg: builtins.elem
(builtins.parseDrvName pkg.name).name [
(pkg.pname or (builtins.parseDrvName pkg.name).name) [
"flashplayer"
"vscode"
]);
Expand Down

0 comments on commit eebdaa9

Please sign in to comment.