Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
shop-different # Apple Store Time Machine
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
shop-different # Apple Store Time Machine
];
} Package Definition
{
"pname": "shop-different",
"version": "1.0.1",
"src": {
"url": "https://files.departmentmap.store/file/AppleStoreTimeMachine/Shop+Different+1.0.1.dmg",
"sha256": "513f2d0a9492ca7efd36dfc921229be4771bf86f3734faf5a13218e6a6d8173c"
},
"installPhase": [
"mkdir -p \"$out/Applications/Shop Different.app\" && cp -r \"Shop Different.app\" \"$out/Applications\""
],
"meta": {
"description": "3D reconstruction of Apple Retail Stores on their opening days",
"homepage": "https://departmentmap.store/timemachine/"
}
}