forked from mirrors/nixpkgs
release-notes/rl-2103: mention deprecation of stdenv.lib
This commit is contained in:
parent
32e8cec5d9
commit
0fa4858791
|
@ -477,6 +477,14 @@ self: super:
|
|||
<title>Other Notable Changes</title>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>stdenv.lib</literal> has been deprecated and will break
|
||||
eval in 21.11. Please use <literal>pkgs.lib</literal> instead.
|
||||
See <link xlink:href="https://github.com/NixOS/nixpkgs/issues/108938">#108938</link>
|
||||
for details.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
The Mailman NixOS module (<literal>services.mailman</literal>) has a new
|
||||
|
|
Loading…
Reference in a new issue