Ableton Live Intro icon

Ableton Live Intro 12.3.7

Sound and music editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ableton-live-intro # Ableton Live Intro
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ableton-live-intro # Ableton Live Intro
  ];
}

Package Definition

{
  "pname": "ableton-live-intro",
  "version": "12.3.7",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/12.3.7/ableton_live_intro_12.3.7_universal.dmg",
    "sha256": "02797cb37f523815e66a988addcd0731a78d5cb0e99bf150fb4c4ba95c1aeb9f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Ableton Live 12 Intro.app\" && cp -r \"Ableton Live 12 Intro.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Sound and music editor",
    "homepage": "https://www.ableton.com/en/live/"
  }
}