mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
kodi: fix syntax error in example
This commit is contained in:
committed by
Robert Helgesson
parent
d20e3d070c
commit
6ce3493a3c
@@ -131,9 +131,8 @@ in {
|
||||
type = types.package;
|
||||
default = pkgs.kodi;
|
||||
defaultText = literalExpression "pkgs.kodi";
|
||||
example = literalExpression ''
|
||||
{ pkgs.kodi.withPackages (exts: [ exts.pvr-iptvsimple ]) }
|
||||
'';
|
||||
example = literalExpression
|
||||
"pkgs.kodi.withPackages (exts: [ exts.pvr-iptvsimple ])";
|
||||
description = ''
|
||||
The <literal>kodi</literal> package to use.
|
||||
Can be used to specify extensions.
|
||||
|
||||
Reference in New Issue
Block a user