Dolphin icon

Dolphin 2512

Emulator to play GameCube and Wii games

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "dolphin",
  "version": "2512",
  "src": {
    "url": "https://dl.dolphin-emu.org/releases/2512/dolphin-2512-universal.dmg",
    "sha256": "a1e08343369c12a8497b7b0c3717083d719312683469711f251686ce41b5f75e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Dolphin.app\" && cp -r \"Dolphin.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Emulator to play GameCube and Wii games",
    "homepage": "https://dolphin-emu.org/"
  }
}