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