mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
release-notes: properly close the item list
This commit is contained in:
parent
7bc8b1561e
commit
533a2799bc
@ -22,18 +22,20 @@
|
|||||||
the developers upstream. Use <command>wimenu</command> from the
|
the developers upstream. Use <command>wimenu</command> from the
|
||||||
<command>wmii-hg</command> package.
|
<command>wmii-hg</command> package.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</itemizedlist>
|
|
||||||
|
|
||||||
<listitem><para>Gitit! Is no longer automatically added to the module list in
|
<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
|
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
|
add an import statement to your nixos configuration in order to use it. As
|
||||||
an example adding:
|
an example adding:
|
||||||
<programlisting><![CDATA[
|
<programlisting><![CDATA[
|
||||||
{
|
{
|
||||||
imports = [ <nixos/modules/services/misc/gitit.nix> ];
|
imports = [ <nixos/modules/services/misc/gitit.nix> ];
|
||||||
}
|
}
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
Will include the gitit service configuration options.
|
Will include the gitit service configuration options.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user