nixos/doc/rl-2505: document retroarch refactoring changes (#361421)

This commit is contained in:
Aleksana
2024-12-04 14:12:58 +08:00
committed by GitHub
@@ -53,6 +53,8 @@
[official website](https://www.nerdfonts.com/font-downloads) as the titles in preview images, with the "Nerd Font"
suffix and any whitespaces trimmed.
- `retroarch` has been refactored and the older `retroarch.override { cores = [ ... ]; }` to create a RetroArch derivation with custom cores doesn't work anymore, use `retroarch.withCores (cores: [ ... ])` instead. If you need more customization (e.g.: custom settings), use `wrapRetroArch` instead.
- `gkraken` software and `hardware.gkraken.enable` option have been removed, use `coolercontrol` via `programs.coolercontrol.enable` option instead.
- `containerd` has been updated to v2, which contains breaking changes. See the [containerd