Add missing line break in the release notes.

This commit is contained in:
Nicolas B. Pierron
2017-01-16 01:17:33 +01:00
committed by Nicolas B. Pierron
parent 83f7d5fc0a
commit 6a83c315ec
+2 -1
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>