Commit 26802644 authored by sternenseemann's avatar sternenseemann
Browse files

nixos/doc: update RL entry for GNAT update

(cherry picked from commit fcd1d41b833a5dca6d20694cc6c1885689d782ad)
parent 899e7caf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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.