forked from mirrors/nixpkgs
Merge pull request #175138 from Mic92/docs
release-notes: link to all nix versions
This commit is contained in:
commit
d732671af2
|
@ -16,15 +16,8 @@
|
||||||
</para>
|
</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<literallayout>Nix has been updated from 2.3 to 2.8. This mainly brings experimental support for Flakes, but also marks the <literal>nix</literal> command as experimental which now has to be enabled via the configuration explicitly. For more information and instructions for upgrades, see the relase notes for <link xlink:href="https://nixos.org/manual/nix/stable/release-notes/rl-2.4.html">nix-2.4</link>,
|
||||||
Nix has been updated from 2.3 to 2.8. This mainly brings
|
<link xlink:href="https://nixos.org/manual/nix/stable/release-notes/rl-2.5.html">nix-2.5</link>, <link xlink:href="https://nixos.org/manual/nix/stable/release-notes/rl-2.6.html">nix-2.6</link>, <link xlink:href="https://nixos.org/manual/nix/stable/release-notes/rl-2.7.html">nix-2.7</link> and <link xlink:href="https://nixos.org/manual/nix/stable/release-notes/rl-2.8.html">nix-2.8</link></literallayout>
|
||||||
experimental support for Flakes, but also marks the
|
|
||||||
<literal>nix</literal> command as experimental which now has
|
|
||||||
to be enabled via the configuration explicitly. For more
|
|
||||||
information and instructions for upgrades, see the
|
|
||||||
<link xlink:href="https://nixos.org/manual/nix/stable/release-notes/release-notes.html">Release
|
|
||||||
Notes</link>.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -7,8 +7,14 @@
|
||||||
In addition to numerous new and upgraded packages, this release has the following highlights:
|
In addition to numerous new and upgraded packages, this release has the following highlights:
|
||||||
|
|
||||||
- Nix has been updated from 2.3 to 2.8. This mainly brings experimental support
|
- Nix has been updated from 2.3 to 2.8. This mainly brings experimental support
|
||||||
for Flakes, but also marks the `nix` command as experimental which now has to be enabled via the configuration explicitly. For more
|
for Flakes, but also marks the `nix` command as experimental which now has to
|
||||||
information and instructions for upgrades, see the [Release Notes](https://nixos.org/manual/nix/stable/release-notes/release-notes.html).
|
be enabled via the configuration explicitly. For more information and
|
||||||
|
instructions for upgrades, see the
|
||||||
|
relase notes for [nix-2.4](https://nixos.org/manual/nix/stable/release-notes/rl-2.4.html),
|
||||||
|
[nix-2.5](https://nixos.org/manual/nix/stable/release-notes/rl-2.5.html),
|
||||||
|
[nix-2.6](https://nixos.org/manual/nix/stable/release-notes/rl-2.6.html),
|
||||||
|
[nix-2.7](https://nixos.org/manual/nix/stable/release-notes/rl-2.7.html) and
|
||||||
|
[nix-2.8](https://nixos.org/manual/nix/stable/release-notes/rl-2.8.html)
|
||||||
|
|
||||||
- The `firefox` browser on `x86_64-linux` now makes use of profile-guided
|
- The `firefox` browser on `x86_64-linux` now makes use of profile-guided
|
||||||
optimisation, resulting in a much more responsive browsing experience.
|
optimisation, resulting in a much more responsive browsing experience.
|
||||||
|
|
Loading…
Reference in a new issue