diff options
| author | Mel <einebeere@gmail.com> | 2024-10-21 19:46:27 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-21 19:46:27 +0200 |
| commit | fa501f919cea519f1b0f53686000a74e4abf397e (patch) | |
| tree | 90eed2f71ad52989e5d6ae292bf55f8993072c87 /pkgs/default.nix | |
| parent | c25407bd2180c821090fe56c88f395e8fb9c9ba9 (diff) | |
| download | minerals-fa501f919cea519f1b0f53686000a74e4abf397e.tar.zst minerals-fa501f919cea519f1b0f53686000a74e4abf397e.zip | |
Customize retroarch with cores
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 80804bf..9b8c990 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -15,4 +15,6 @@ rec { ghidra = unstablePkgs.callPackage ./ghidra {}; ngfx = pkgs.callPackage ./ngfx.nix {}; + + retroarch = pkgs.callPackage ./retroarch.nix {}; } |
