citra fixed + new 3ds emu?

This commit is contained in:
Danilo Reyes 2025-01-09 21:24:16 -06:00
parent 7c7a07ea55
commit e3a5151f62
3 changed files with 7 additions and 5 deletions

8
flake.lock generated
View File

@ -717,11 +717,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736447285, "lastModified": 1736479083,
"narHash": "sha256-RG8/48tWHq/tTAIN5X6GYGWARxnwts9LK53Ww49lcks=", "narHash": "sha256-VSCi0480lTBsfUaVn+wavFyQeNn4Ww/r//RSJGJ8gf4=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "e8a367ef38cc7b80b060a211097c42625297ffbf", "rev": "e24c468c79214adda16587d2fa207055385e7ae3",
"revCount": 60, "revCount": 61,
"type": "git", "type": "git",
"url": "ssh://git@gitlab.com/CaptainJawZ/scripts-flake.git" "url": "ssh://git@gitlab.com/CaptainJawZ/scripts-flake.git"
}, },

View File

@ -37,10 +37,11 @@
dolphin-emu # wii dolphin-emu # wii
snes9x-gtk # snes snes9x-gtk # snes
ryujinx # switch ryujinx # switch
lime3ds # 3Ds
; ;
inherit (inputs.jawz-scripts.packages.x86_64-linux) inherit (inputs.jawz-scripts.packages.x86_64-linux)
polymc # minecraft launcher polymc # minecraft launcher
# citra # 3Ds emulator citra # 3Ds emulator
; ;
}; };
}; };

View File

@ -45,5 +45,6 @@ _final: prev: {
gimp gimp
shipwright shipwright
libreoffice libreoffice
lime3ds
; ;
} }