Skip to content

Commit

Permalink
Remove extra "in" keyword from the release notes about overlays.
Browse files Browse the repository at this point in the history
Thanks to @teh for reporting this issue on the pull request.
  • Loading branch information
nbp committed Jan 17, 2017
1 parent 4e51636 commit 0214d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/doc/manual/release-notes/rl-1703.xml
Expand Up @@ -117,7 +117,7 @@ following incompatible changes:</para>

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

0 comments on commit 0214d94

Please sign in to comment.