Add missing line break in the release notes.

This commit is contained in:
Nicolas B. Pierron 2016-12-26 18:29:59 +00:00 committed by Nicolas B. Pierron
parent 83f7d5fc0a
commit 6a83c315ec

View File

@ -100,7 +100,8 @@ following incompatible changes:</para>
</listitem>
<listitem>
<para><literal>pkgs.overridePackages</literal> function no longer exists. Instead import Nixpkgs a second time using <literal>import pkgs.path {
<para><literal>pkgs.overridePackages</literal> function no longer exists.
Instead import Nixpkgs a second time using <literal>import pkgs.path {
overlays = [ <replaceable>...</replaceable> ]; }</literal>.</para>
</listitem>
</itemizedlist>