Mixed In Key icon

Mixed In Key 11.0.5.6054,67

Harmonic mixing for DJs and music producers

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    mixed-in-key # Mixed In Key
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    mixed-in-key # Mixed In Key
  ];
}

Package Definition

{
  "pname": "mixed-in-key",
  "version": "11.0.5.6054,67",
  "src": {
    "url": "https://builds.mixedinkey.com/download/67/release/latest?key=public",
    "sha256": "66a9d57d47fd436715fdc36f1e005a3aa23eaeeb681e9c82dc1faf2d9ca4cb37"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Mixed In Key 11.app\" \"$out/Applications/Mixed In Key 11.app\""
  ],
  "meta": {
    "description": "Harmonic mixing for DJs and music producers",
    "homepage": "https://mixedinkey.com/get11/"
  }
}