release-notes: properly close the item list

This commit is contained in:
Edward Tjörnhammar 2015-09-21 05:34:23 +02:00
parent 7bc8b1561e
commit 533a2799bc

View File

@ -22,18 +22,20 @@
the developers upstream. Use <command>wimenu</command> from the
<command>wmii-hg</command> package.
</para></listitem>
</itemizedlist>
<listitem><para>Gitit! Is no longer automatically added to the module list in
NixOS and as such there will not be any manual entries for it. You will need to
add an import statement to your nixos configuration in order to use it. As
an example adding:
<programlisting><![CDATA[
{
imports = [ <nixos/modules/services/misc/gitit.nix> ];
}
]]>
</programlisting>
Will include the gitit service configuration options.
<listitem><para>Gitit! Is no longer automatically added to the module list in
NixOS and as such there will not be any manual entries for it. You will need to
add an import statement to your nixos configuration in order to use it. As
an example adding:
<programlisting><![CDATA[
{
imports = [ <nixos/modules/services/misc/gitit.nix> ];
}
]]>
</programlisting>
Will include the gitit service configuration options.
</para></listitem>
</itemizedlist>
</para>
</section>