Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
allen-and-heath-midi-control # Allen & Heath Midi Control
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
allen-and-heath-midi-control # Allen & Heath Midi Control
];
} Package Definition
{
"pname": "allen-and-heath-midi-control",
"version": "2.2,2025,06",
"src": {
"url": "https://www.allen-heath.com/content/uploads/2025/06/Allen-and-Heath-MIDI-Control-V2.2-Mac.zip",
"sha256": "8acabe7640b39c0a20dcb356b32f0e9cee27cd75381b7aef22efc2db988ae6e8"
},
"installPhase": [
"mkdir -p \"$out/Applications/Allen and Heath MIDI Control.app\" && cp -r \"Allen and Heath MIDI Control.app\" \"$out/Applications\""
],
"meta": {
"description": "Midi control software for Allen & Heath audio consoles",
"homepage": "https://www.allen-heath.com/midi-control/"
}
}