Gearsystem icon

Gearsystem 3.9.8

Sega Master System, Game Gear and SG-1000 emulator

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gearsystem",
  "version": "3.9.8",
  "src": {
    "url": "https://github.com/drhelius/Gearsystem/releases/download/3.9.8/Gearsystem-3.9.8-desktop-macos-arm64.zip",
    "sha256": "01aa5edd15250c2d287d36c2a92cc9b7927fc928182f8a339ed8f20db0d5fee4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gearsystem.app\" && cp -r \"Gearsystem.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Sega Master System, Game Gear and SG-1000 emulator",
    "homepage": "https://github.com/drhelius/Gearsystem"
  }
}