home-assistant: Fix incorrect xml closing tag

This commit is contained in:
adisbladis
2018-02-03 16:53:54 +08:00
parent d1e2159638
commit 7ebb82e04f

View File

@@ -70,7 +70,7 @@ in {
default = true;
type = types.bool;
description = ''
If set to <literal>true</literal>, the components used in <literal>config</config>
If set to <literal>true</literal>, the components used in <literal>config</literal>
are set as the specified package's <literal>extraComponents</literal>.
This in turn adds all packaged dependencies to the derivation.
You might still see import errors in your log.