Ableton Live Lite icon

Ableton Live Lite 12.1.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.1.1",
  "src": {
    "url": "https://cdn-downloads.ableton.com/channels/12.1.1/ableton_live_lite_12.1.1_universal.dmg",
    "sha256": "654e87d0311c17f73991128704681deb1db30add28fe41f0b6fd906f7b6824ea"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Ableton Live 12 Lite.app\" \"$out/Applications/Ableton Live 12 Lite.app\""
  ],
  "meta": {
    "description": "Sound and music editor",
    "homepage": "https://www.ableton.com/en/products/live-lite/"
  }
}