mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 00:09:17 -08:00
feat: mwee
This commit is contained in:
parent
cd75ebcf4f
commit
ff59f63baf
3 changed files with 113 additions and 82 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, self}: let
|
||||
{pkgs, self, rustToolchain}: let
|
||||
inherit (pkgs) lib mkShell toilet;
|
||||
inherit (lib.meta) getExe;
|
||||
in mkShell {
|
||||
|
|
@ -7,5 +7,6 @@ in mkShell {
|
|||
'';
|
||||
nativeBuildInputs = [
|
||||
self.packages.${pkgs.system}.katgba-emu
|
||||
rustToolchain
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue