Ableton Live Lite icon

Ableton Live Lite 12.2.1

Sound and music editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ableton-live-lite",
  "version": "12.2.1",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/12.2.1/ableton_live_lite_12.2.1_universal.dmg",
    "sha256": "d9706af6c2263b6370a2f9e62ac98deb16784cc02a3358cd0ef37864b78e2e04"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Ableton Live 12 Lite.app\" && cp -r \"Ableton Live 12 Lite.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Sound and music editor",
    "homepage": "https://www.ableton.com/en/products/live-lite/"
  }
}