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": {
"lastModified": 1736447285,
"narHash": "sha256-RG8/48tWHq/tTAIN5X6GYGWARxnwts9LK53Ww49lcks=",
"lastModified": 1736479083,
"narHash": "sha256-VSCi0480lTBsfUaVn+wavFyQeNn4Ww/r//RSJGJ8gf4=",
"ref": "refs/heads/master",
"rev": "e8a367ef38cc7b80b060a211097c42625297ffbf",
"revCount": 60,
"rev": "e24c468c79214adda16587d2fa207055385e7ae3",
"revCount": 61,
"type": "git",
"url": "ssh://git@gitlab.com/CaptainJawZ/scripts-flake.git"
},

View File

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

View File

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