mGBA icon

mGBA 0.10.5

Game Boy Advance emulator

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    mgba # mGBA
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    mgba # mGBA
  ];
}

Package Definition

{
  "pname": "mgba",
  "version": "0.10.5",
  "src": {
    "url": "https://github.com/mgba-emu/mgba/releases/download/0.10.5/mGBA-0.10.5-macos.dmg",
    "sha256": "443b490ec728293dfcde1cb9db160f73d94c457cb1864f3ce0407e60e174b09c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/mGBA.app\" && cp -r \"mGBA.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Game Boy Advance emulator",
    "homepage": "https://mgba.io/"
  }
}