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": "2603a",
"src": {
"url": "https://dl.dolphin-emu.org/releases/2603a/dolphin-2603a-universal.dmg",
"sha256": "2b7ddd8b18e0b0e8b492cfd5385da28014a5497061dc2d807222bb3cc4575dfd"
},
"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/"
}
} Version History
2603a (NixCasks v4)
20 March 2026, 10:58 2603 (NixCasks v4)
16 March 2026, 08:02 2512 (NixCasks v4)
23 December 2025, 00:00 2509 (NixCasks v4)
12 October 2025, 12:08 2506a (NixCasks v4)
6 June 2025, 00:00 2506 (NixCasks v4)
5 June 2025, 00:00 2503a (NixCasks v4)
22 April 2025, 00:00 2503 (NixCasks v4)
11 March 2025, 00:00 2412 (NixCasks v4)
7 March 2025, 09:14 2412 (NixCasks v3)
5 March 2025, 00:00 2412 (NixCasks v2)
4 March 2025, 19:10 2412 (NixCasks v1)
3 December 2024, 00:00 2409 (NixCasks v1)
8 November 2024, 20:47