Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
dolphin_beta # Dolphin Beta
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
dolphin_beta # Dolphin Beta
];
} Package Definition
{
"pname": "dolphin_beta",
"version": "2412",
"src": {
"url": "https://dl.dolphin-emu.org/releases/2412/dolphin-2412-universal.dmg",
"sha256": "e03db800237cba6b2688b8a90bfcb4243dbd0fdc627ac3fa2664d1f10d7d20ec"
},
"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/"
}
}