Ableton Live Intro icon

Ableton Live Intro 11.3.40

Sound and music editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ableton-live-intro_11",
  "version": "11.3.40",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/11.3.40/ableton_live_intro_11.3.40_universal.dmg",
    "sha256": "e9f81abfa4988cb1c3f1275389de1a6b1d4a011547bb5396fc4b09cd98c45594"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Ableton Live 11 Intro.app\" \"$out/Applications/Ableton Live 11 Intro.app\""
  ],
  "meta": {
    "description": "Sound and music editor",
    "homepage": "https://www.ableton.com/en/live/"
  }
}