Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
aethersx2 # AetherSX2
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
aethersx2 # AetherSX2
];
}
Package Definition
{
"pname": "aethersx2",
"version": "1.5-3939",
"src": {
"url": "https://aethersx2.com/archive/desktop/mac/AetherSX2-v1.5-3939-mac.zip",
"sha256": "55178a1fbdca463750c5b13dbc972de290a7dce0795291d81e9c76594bc08150"
},
"installPhase": [
"mkdir -p \"$out/Applications/AetherSX2.app\" && cp -r \"AetherSX2.app\" \"$out/Applications\""
],
"meta": {
"description": "Sony PlayStation 2 emulator for ARM based Macs",
"homepage": "https://aethersx2.com/"
}
}