release-notes/19.03: nixpkgs.pkgs and nixpkgs.overlays now combine

This commit is contained in:
Robert Hensing 2018-11-03 19:48:42 +01:00
parent 696a8bd2b5
commit 5341e145c3

View file

@ -137,6 +137,14 @@
make sure to update your configuration if you want to keep <literal>proglodyte-wasm</literal>
</para>
</listitem>
<listitem>
<para>
When the <literal>nixpkgs.pkgs</literal> option is set, NixOS will no
longer ignore the <literal>nixpkgs.overlays</literal> option. The old
behavior can be recovered by setting <literal>nixpkgs.overlays =
lib.mkForce [];</literal>.
</para>
</listitem>
</itemizedlist>
</section>