Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ableton-live-suite_10 # Ableton Live Suite
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ableton-live-suite_10 # Ableton Live Suite
];
}
Package Definition
{
"pname": "ableton-live-suite_10",
"version": "10.1.43",
"src": {
"url": "https://cdn-downloads.ableton.com/channels/10.1.43/ableton_live_suite_10.1.43_64.dmg",
"sha256": "8bb8e4b9a4f1f3daa1129dbdf8add879d4e8d575ba95e923ed6dcba368f48717"
},
"installPhase": [
"mkdir -p \"$out/Applications/Ableton Live 10 Suite.app\" && cp -r \"Ableton Live 10 Suite.app\" \"$out/Applications\""
],
"meta": {
"description": "Sound and music editor",
"homepage": "https://www.ableton.com/en/live/"
}
}