Fix release-notes compilation.
This commit is contained in:
parent
88ba960a6d
commit
8366525cbf
@ -108,7 +108,7 @@ following incompatible changes:</para>
|
||||
|
||||
<programlisting>
|
||||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
pkgs.overridePackages (self: super: ...)
|
||||
</programlisting>
|
||||
@ -117,7 +117,7 @@ following incompatible changes:</para>
|
||||
|
||||
<programlisting>
|
||||
let
|
||||
pkgs = import <nixpkgs> {}; in
|
||||
pkgs = import <nixpkgs> {}; in
|
||||
in
|
||||
import pkgs.path { overlays = [(self: super: ...)] }
|
||||
</programlisting>
|
||||
|
Loading…
Reference in New Issue
Block a user