kodi: fix syntax error in example
This commit is contained in:
parent
d20e3d070c
commit
6ce3493a3c
|
@ -131,9 +131,8 @@ in {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.kodi;
|
default = pkgs.kodi;
|
||||||
defaultText = literalExpression "pkgs.kodi";
|
defaultText = literalExpression "pkgs.kodi";
|
||||||
example = literalExpression ''
|
example = literalExpression
|
||||||
{ pkgs.kodi.withPackages (exts: [ exts.pvr-iptvsimple ]) }
|
"pkgs.kodi.withPackages (exts: [ exts.pvr-iptvsimple ])";
|
||||||
'';
|
|
||||||
description = ''
|
description = ''
|
||||||
The <literal>kodi</literal> package to use.
|
The <literal>kodi</literal> package to use.
|
||||||
Can be used to specify extensions.
|
Can be used to specify extensions.
|
||||||
|
|
Loading…
Reference in a new issue