Bespoke Synth icon

Bespoke Synth 1.3.0

Software modular synth

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    bespoke # Bespoke Synth
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    bespoke # Bespoke Synth
  ];
}

Package Definition

{
  "pname": "bespoke",
  "version": "1.3.0",
  "src": {
    "url": "https://github.com/BespokeSynth/BespokeSynth/releases/download/v1.3.0/BespokeSynth-Mac-1_3_0.dmg",
    "sha256": "f31f37593fb4e1981701775be8bc1b700608d1ce3ddbdc4da336615d5eff79b6"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BespokeSynth.app\" && cp -r \"BespokeSynth.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Software modular synth",
    "homepage": "https://www.bespokesynth.com/"
  }
}