mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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>
|
||||
let
|
||||
pkgs = import <nixpkgs> {}; in
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
import pkgs.path { overlays = [(self: super: ...)] }
|
||||
</programlisting>
|
||||
|
Loading…
Reference in New Issue
Block a user