Focusrite Control 2 icon

Focusrite Control 2 1.825.0.0

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.825.0.0",
  "src": {
    "url": "https://releases.focusrite.com/com.focusrite.focusrite-control/release/Focusrite-Control-2-1.825.0.0.dmg",
    "sha256": "4e2c2d5601dbf9e18712e03821cb4b3e914e8b846751e15547ca2dd1ae176a5d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Focusrite Control 2.app\" && cp -r \"Focusrite Control 2.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Focusrite interface controller for devices of the 4th generation and newer",
    "homepage": "https://focusrite.com/software/focusrite-control-2"
  }
}