Remove extra "in" keyword from the release notes about overlays.
Thanks to @teh for reporting this issue on the pull request.
This commit is contained in:
parent
4e516363a8
commit
0214d94b24
@ -117,7 +117,7 @@ following incompatible changes:</para>
|
|||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
let
|
let
|
||||||
pkgs = import <nixpkgs> {}; in
|
pkgs = import <nixpkgs> {};
|
||||||
in
|
in
|
||||||
import pkgs.path { overlays = [(self: super: ...)] }
|
import pkgs.path { overlays = [(self: super: ...)] }
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
Loading…
Reference in New Issue
Block a user