feat: shell with emulator

This commit is contained in:
Kat Inskip 2025-07-24 20:45:48 -07:00
parent f21118f9f7
commit cdaa9c1514
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 37 additions and 22 deletions

View file

@ -1,10 +0,0 @@
{
mkShell,
mgba,
rust-bin
}: mkShell {
packages = [
rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)
];
};