Novation Components icon

Novation Components 1.70.1

Manager and updater for Novation hardware

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    novation-components # Novation Components
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    novation-components # Novation Components
  ];
}

Package Definition

{
  "pname": "novation-components",
  "version": "1.70.1",
  "src": {
    "url": "https://components-updates.novationmusic.com/download/version/1.70.1/osx_64?filetype=zip",
    "sha256": "55eee3bf52764cbead8bbb9382bd7ccf2f3f049dda8a41cd54afac9c769e63f0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Components.app\" && cp -r \"Components.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Manager and updater for Novation hardware",
    "homepage": "https://novationmusic.com/components/"
  }
}