summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPhilipp Dargel <chisui.pd@gmail.com>2021-10-28 20:46:09 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-02 17:54:20 -0800
commita3401f6e3356cbf76050ed276f7b26d87766dc26 (patch)
tree00b6d9c9667a3894b005945311caca759fa5744d /nixos
parent305b7de42166f28b4fb0f7401c285d5772b34f45 (diff)
downloadnixpkgs-a3401f6e3356cbf76050ed276f7b26d87766dc26.tar
nixpkgs-a3401f6e3356cbf76050ed276f7b26d87766dc26.tar.gz
nixpkgs-a3401f6e3356cbf76050ed276f7b26d87766dc26.tar.bz2
nixpkgs-a3401f6e3356cbf76050ed276f7b26d87766dc26.tar.lz
nixpkgs-a3401f6e3356cbf76050ed276f7b26d87766dc26.tar.xz
nixpkgs-a3401f6e3356cbf76050ed276f7b26d87766dc26.tar.zst
nixpkgs-a3401f6e3356cbf76050ed276f7b26d87766dc26.zip
OpenJDK: expose more versions
Provide a way to access all JDK versions.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index ed5ffe35232..96cb5187889 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -2023,6 +2023,12 @@ Superuser created successfully.
           hydrus manual</link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          More jdk and jre versions are now exposed via
+          <literal>java-packages.compiler</literal>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 61bcd745a35..584bde952a2 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -549,3 +549,5 @@ In addition to numerous new and upgraded packages, this release has the followin
 - RetroArch has been upgraded from version `1.8.5` to `1.9.13.2`. Since the previous release was quite old, if you're having issues after the upgrade, please delete your `$XDG_CONFIG_HOME/retroarch/retroarch.cfg` file.
 
 - hydrus has been upgraded from version `438` to `463`. Since upgrading between releases this old is advised against, be sure to have a backup of your data before upgrading. For details, see [the hydrus manual](https://hydrusnetwork.github.io/hydrus/help/getting_started_installing.html#big_updates).
+
+- More jdk and jre versions are now exposed via `java-packages.compiler`.