Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
retroactive # Retroactive
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
retroactive # Retroactive
];
}
Package Definition
{
"pname": "retroactive",
"version": "2.1",
"src": {
"url": "https://github.com/cormiertyshawn895/Retroactive/releases/download/2.1/Retroactive.2.1.zip",
"sha256": "bb1db2b54880164d577e2bc5e083046c2d3c6749de511652a84c5f7d2ce14142"
},
"installPhase": [
"mkdir -p \"$out/Applications/Retroactive 2.1/Retroactive.app\" && cp -r \"Retroactive 2.1/Retroactive.app\" \"$out/Applications\""
],
"meta": {
"description": "Run Apple apps on incompatible OS versions",
"homepage": "https://github.com/cormiertyshawn895/Retroactive"
}
}