Focusrite Control 2 icon

Focusrite Control 2 1.1081.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.1081.0.0",
  "src": {
    "url": "https://releases.focusrite.com/com.focusrite.focusrite-control/release/Focusrite-Control-2-1.1081.0.0.dmg",
    "sha256": "50a23d7113a28d0f2d3de42e5d65af54c01922965eee17c69a9b3d5daf26d59a"
  },
  "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"
  }
}