Dolphin icon

Dolphin 2603

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": "2603",
  "src": {
    "url": "https://dl.dolphin-emu.org/releases/2603/dolphin-2603-universal.dmg",
    "sha256": "58ed8f0567c79fce2f287d096718eb0318fea4eb7f747b7f6e09fe8daa68c9ad"
  },
  "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/"
  }
}