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.1",
"src": {
"url": "https://cdn-downloads.ableton.com/channels/12.1.1/ableton_live_intro_12.1.1_universal.dmg",
"sha256": "ce30ab7fac70a18e9c6aa322864c3b31ef08ee5c40113f022be03d1590efb14d"
},
"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/"
}
}
Version History
12.2 (NixCasks v4)
12 June 2025, 00:00 12.2.1 (NixCasks v4)
20 June 2025, 00:00 12.1.11 (NixCasks v4)
17 April 2025, 00:00 12.1.10 (NixCasks v4)
7 March 2025, 09:14 12.1.10 (NixCasks v3)
5 March 2025, 00:00 12.1.10 (NixCasks v2)
4 March 2025, 19:10 12.1.10 (NixCasks v1)
26 February 2025, 00:00 12.1.5 (NixCasks v1)
13 December 2024, 00:00 12.1.1 (NixCasks v1)
8 November 2024, 20:43