Focusrite Control 2 icon

Focusrite Control 2 1.762.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.762.0.0",
  "src": {
    "url": "https://releases.focusrite.com/com.focusrite.focusrite-control/release/Focusrite-Control-2-1.762.0.0.dmg",
    "sha256": "ef9f22c6f91997726a02ac554119eef4dd303d66d1f0a16d5c000d6fd7a3e5fb"
  },
  "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"
  }
}