RetroArch: Difference between revisions
imported>Zaechus mNo edit summary |
imported>Zaechus m fix line number for github link and remove erroneous line about directly running games |
||
| Line 1: | Line 1: | ||
You can install retroarch with some cores (actual emulators) by putting something like this in your <code>/etc/nixos/configuration.nix</code> | You can install retroarch with some cores (actual emulators) by putting something like this in your <code>/etc/nixos/configuration.nix</code>: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
| Line 15: | Line 15: | ||
The cores are defined here: | The cores are defined here: | ||
https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/emulators/retroarch/cores.nix# | https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/emulators/retroarch/cores.nix#L61 | ||
== Gotchas == | == Gotchas == | ||