mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
![]() `retroArchCores` is strange: it requires a global configuration on nixpkgs, as: ```nix nixpkgs.config.retroarch = { enableDolphin = true; enableMGBA = true; enableMAME = true; }; ``` To do so, we ended up declaring all available emulators on `all-packages.nix`. Failing to do so would mean that the emulator wouldn't be available. However, there is a mechanism on nixpkgs that also works: overrides. Overrides are similar on how other packages works, for example: ```nix (retroarch.override { cores = with libretro; [ citra snes9x ]; }); ``` So let's remove `retroArchCores` and leave the overrides mechanism instead. |
||
---|---|---|
.. | ||
acpilight | ||
ananicy | ||
ananicy-cpp | ||
apulse | ||
arm-trusted-firmware | ||
autotiling | ||
barebox | ||
base16-builder | ||
base16-shell-preview | ||
beep | ||
brightnessctl | ||
calaos/installer | ||
cbeams | ||
cliscord | ||
cups | ||
documentation-highlighter | ||
doge | ||
drivers | ||
dumb | ||
emulators | ||
flashfocus | ||
frescobaldi | ||
ghostscript | ||
gnash | ||
gnuk | ||
hdt | ||
jackaudio | ||
jitsi-meet-prosody | ||
lguf-brightness | ||
libcardiacarrest | ||
lightspark | ||
lilypond | ||
logging/beats | ||
long-shebang | ||
meson-tools | ||
mnemonicode | ||
mxt-app | ||
my-env | ||
openrussian-cli | ||
present | ||
ptouch-print | ||
pylode | ||
riscv-pk | ||
rkdeveloptool | ||
sailsd | ||
scimark | ||
scrcpy | ||
screensavers | ||
seafile-shared | ||
sndio | ||
solfege | ||
sound-of-sorting | ||
source-and-tags | ||
stabber | ||
t-rec | ||
talkfilters | ||
tmux-plugins | ||
tpm2-pkcs11 | ||
uboot | ||
uq | ||
urbit | ||
vim-plugins | ||
vscode-extensions | ||
wiki-tui | ||
xosd |