Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ableton-live-suite_11 # Ableton Live Suite
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ableton-live-suite_11 # Ableton Live Suite
];
}
Package Definition
{
"pname": "ableton-live-suite_11",
"version": "11.3.42",
"src": {
"url": "https://cdn-downloads.ableton.com/channels/11.3.42/ableton_live_suite_11.3.42_universal.dmg",
"sha256": "2e0e5dd4e0499c0e9653554743ab6f8afb66fb8d9564b74c99c781365896c244"
},
"installPhase": [
"mkdir -p \"$out/Applications/Ableton Live 11 Suite.app\" && cp -r \"Ableton Live 11 Suite.app\" \"$out/Applications\""
],
"meta": {
"description": "Sound and music editor",
"homepage": "https://www.ableton.com/en/live/"
}
}
Version History
11.3.42 (NixCasks v4)
17 April 2025, 00:00 11.3.41 (NixCasks v4)
7 March 2025, 09:14 11.3.41 (NixCasks v3)
5 March 2025, 00:00 11.3.41 (NixCasks v2)
4 March 2025, 19:10 11.3.41 (NixCasks v1)
17 February 2025, 22:56 11.3.40 (NixCasks v1)
24 January 2025, 00:00 11.3.35 (NixCasks v1)
8 November 2024, 20:43