Gearboy icon

Gearboy 3.8.12

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.12",
  "src": {
    "url": "https://github.com/drhelius/Gearboy/releases/download/3.8.12/Gearboy-3.8.12-desktop-macos-arm64.zip",
    "sha256": "5d596c64e354427fe11e5c74d8900fbe843b8fecc00829d7797476a5188361be"
  },
  "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"
  }
}