Skip to content

Commit

Permalink
Fix release-notes compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbp committed Jan 16, 2017
1 parent 88ba960 commit 8366525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/doc/manual/release-notes/rl-1703.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ following incompatible changes:</para>

<programlisting>
let
pkgs = import &lt;nixpkgs&gt {};
pkgs = import &lt;nixpkgs&gt; {};
in
pkgs.overridePackages (self: super: ...)
</programlisting>
Expand All @@ -117,7 +117,7 @@ following incompatible changes:</para>

<programlisting>
let
pkgs = import &lt;nixpkgs&gt {}; in
pkgs = import &lt;nixpkgs&gt; {}; in
in
import pkgs.path { overlays = [(self: super: ...)] }
</programlisting>
Expand Down

0 comments on commit 8366525

Please sign in to comment.