mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 00:09:17 -08:00
feat: provide app interface
This commit is contained in:
parent
5897ef4e08
commit
64fad7bed0
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
};
|
||||
apps = rec {
|
||||
katgba-emu = flake-utils.lib.mkApp { drv = pkgs.writeShellScriptBin "katgba-emu" ''
|
||||
${pkgs.mgba}/bin/mgba-qt ${lib.getExe self.packages.${system}.default}
|
||||
${pkgs.mgba}/bin/mgba-qt ${lib.getExe' self.packages.${system}.default "katgba"}
|
||||
''; };
|
||||
default = katgba-emu;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue