Ableton Live Intro icon

Ableton Live Intro 12.1.5

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.1.5",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/12.1.5/ableton_live_intro_12.1.5_universal.dmg",
    "sha256": "8c82e880c8a136bd672ff5a663f74b9af8e31d0a0fdb37b2806a8c2da59c8a3f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Ableton Live 12 Intro.app\" \"$out/Applications/Ableton Live 12 Intro.app\""
  ],
  "meta": {
    "description": "Sound and music editor",
    "homepage": "https://www.ableton.com/en/live/"
  }
}