Cycling ‘74 Max icon

Cycling ‘74 Max 9.1.1,251120

Flexible space to create your own interactive software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    cycling74-max # Cycling ‘74 Max
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    cycling74-max # Cycling ‘74 Max
  ];
}

Package Definition

{
  "pname": "cycling74-max",
  "version": "9.1.1,251120",
  "src": {
    "url": "https://downloads.cdn.cycling74.com/max9/Max911_251120.dmg",
    "sha256": "c4c326f043c40e3cf8eea0c0bac2afc3b1a224e8fb5a87e8db56900447c6f639"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Max.app\" && cp -r \"Max.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Flexible space to create your own interactive software",
    "homepage": "https://cycling74.com/products/max"
  }
}