mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 00:09:17 -08:00
feat: shell with emulator
This commit is contained in:
parent
f21118f9f7
commit
cdaa9c1514
5 changed files with 37 additions and 22 deletions
10
shell.nix
10
shell.nix
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
mkShell,
|
||||
mgba,
|
||||
rust-bin
|
||||
}: mkShell {
|
||||
packages = [
|
||||
rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)
|
||||
];
|
||||
};
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue