···13651365 <literal>gnat11</literal> instead of <literal>gnat9</literal>.
13661366 </para>
13671367 </listitem>
13681368+ <listitem>
13691369+ <para>
13701370+ <literal>retroArchCores</literal> has been removed. This means
13711371+ that using <literal>nixpkgs.config.retroarch</literal> to
13721372+ customize RetroArch cores is not supported anymore. Instead,
13731373+ use package overrides, for example:
13741374+ <literal>retroarch.override { cores = with libretro; [ citra snes9x ]; };</literal>.
13751375+ Also, <literal>retroarchFull</literal> derivation is available
13761376+ for those who want to have all RetroArch cores available.
13771377+ </para>
13781378+ </listitem>
13681379 </itemizedlist>
13691380 </section>
13701381 <section xml:id="sec-release-21.11-notable-changes">
···19641975 <literal>julia-lts</literal>. In practice this means it has
19651976 been upgraded from <literal>1.0.4</literal> to
19661977 <literal>1.5.4</literal>.
19781978+ </para>
19791979+ </listitem>
19801980+ <listitem>
19811981+ <para>
19821982+ RetroArch has been upgraded from version
19831983+ <literal>1.8.5</literal> to <literal>1.9.13.2</literal>. Since
19841984+ the previous release was quite old, if you’re having issues
19851985+ after the upgrade, please delete your
19861986+ <literal>$XDG_CONFIG_HOME/retroarch/retroarch.cfg</literal>
19871987+ file.
19671988 </para>
19681989 </listitem>
19691990 </itemizedlist>
+4
nixos/doc/manual/release-notes/rl-2111.section.md
···407407- The default GNAT version has been changed: The `gnat` attribute now points to `gnat11`
408408 instead of `gnat9`.
409409410410+- `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.
411411+410412## Other Notable Changes {#sec-release-21.11-notable-changes}
411413412414···539541- Loki has had another release. Some default values have been changed for the configuration and some configuration options have been renamed. For more details, please check [the upgrade guide](https://grafana.com/docs/loki/latest/upgrading/#240).
540542541543- `julia` now refers to `julia-stable` instead of `julia-lts`. In practice this means it has been upgraded from `1.0.4` to `1.5.4`.
544544+545545+- 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.