Cycling ‘74 Max icon

Cycling ‘74 Max 9.1.2,251218

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.2,251218",
  "src": {
    "url": "https://downloads.cdn.cycling74.com/max9/Max912_251218.dmg",
    "sha256": "11b7e3c460eaf5a9399c4f3aa206bfd3c775cdf8181f005da03668de483e4e32"
  },
  "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"
  }
}