summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-11-24 17:05:11 +0100
committersternenseemann <sternenseemann@systemli.org>2022-11-26 14:20:09 +0100
commit7b9b222763f3ab3046fe3d2759e14535e080a0bc (patch)
tree01d06236cf102eb8d8a7c970c6550db0433d67d2
parenta091099ce02c292a81b55e24cc56da13c08fa72b (diff)
downloadnixpkgs-7b9b222763f3ab3046fe3d2759e14535e080a0bc.tar
nixpkgs-7b9b222763f3ab3046fe3d2759e14535e080a0bc.tar.gz
nixpkgs-7b9b222763f3ab3046fe3d2759e14535e080a0bc.tar.bz2
nixpkgs-7b9b222763f3ab3046fe3d2759e14535e080a0bc.tar.lz
nixpkgs-7b9b222763f3ab3046fe3d2759e14535e080a0bc.tar.xz
nixpkgs-7b9b222763f3ab3046fe3d2759e14535e080a0bc.tar.zst
nixpkgs-7b9b222763f3ab3046fe3d2759e14535e080a0bc.zip
nixos/doc: update RL entry for GNAT update
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml2
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 2 insertions, 2 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 b7790c99a91..688f0f47676 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
@@ -1435,7 +1435,7 @@ Superuser created successfully.
         <para>
           The default GNAT version has been changed: The
           <literal>gnat</literal> attribute now points to
-          <literal>gnat11</literal> instead of <literal>gnat9</literal>.
+          <literal>gnat12</literal> instead of <literal>gnat9</literal>.
         </para>
       </listitem>
       <listitem>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 5cb3731071f..1ff2e826c60 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -427,7 +427,7 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - The `services.ddclient.password` option was removed, and replaced with `services.ddclient.passwordFile`.
 
-- The default GNAT version has been changed: The `gnat` attribute now points to `gnat11`
+- The default GNAT version has been changed: The `gnat` attribute now points to `gnat12`
   instead of `gnat9`.
 
 - `retroArchCores` has been removed. This means that using `nixpkgs.config.retroarch` to customize RetroArch cores is not supported anymore. Instead, use package overrides, for example: `retroarch.override { cores = with libretro; [ citra snes9x ]; };`. Also, `retroarchFull` derivation is available for those who want to have all RetroArch cores available.