REAPER icon

REAPER 7.56

Digital audio production application

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    reaper # REAPER
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    reaper # REAPER
  ];
}

Package Definition

{
  "pname": "reaper",
  "version": "7.56",
  "src": {
    "url": "https://dlcf.reaper.fm/7.x/reaper756_universal.dmg",
    "sha256": "e2aa7ce44009cb01192d0489ac02ae63edbecb0a59d3a31186d14e1c44abf7e0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/REAPER.app\" && cp -r \"REAPER.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Digital audio production application",
    "homepage": "https://www.reaper.fm/"
  }
}