Gearboy icon

Gearboy 3.8.10

Game Boy and Game Boy Color emulator

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gearboy",
  "version": "3.8.10",
  "src": {
    "url": "https://github.com/drhelius/Gearboy/releases/download/3.8.10/Gearboy-3.8.10-desktop-macos-arm64.zip",
    "sha256": "2d0075701e71019b1fb0b17d7f8765caa6727ea3ff7a04f219909fae0eb2d7dc"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gearboy.app\" && cp -r \"Gearboy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Game Boy and Game Boy Color emulator",
    "homepage": "https://github.com/drhelius/Gearboy"
  }
}