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
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

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