Focusrite Control 2 icon

Focusrite Control 2 1.422.0.25164

Focusrite interface controller for devices of the 4th generation and newer

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    focusrite-control-2 # Focusrite Control 2
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    focusrite-control-2 # Focusrite Control 2
  ];
}

Package Definition

{
  "pname": "focusrite-control-2",
  "version": "1.422.0.25164",
  "src": {
    "url": "https://releases.focusrite.com/com.focusrite.focusrite-control/release/Focusrite-Control-2-1.422.0.25164.dmg",
    "sha256": "fd130da562ff4358c7a957785b1a990fe1933e0fc513964158cb4c96fe0c13d1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Focusrite Control 2.app\" \"$out/Applications/Focusrite Control 2.app\""
  ],
  "meta": {
    "description": "Focusrite interface controller for devices of the 4th generation and newer",
    "homepage": "https://focusrite.com/software/focusrite-control-2"
  }
}