Bruno icon

Bruno 2.3.0

Open source IDE for exploring and testing APIs

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bruno",
  "version": "2.3.0",
  "src": {
    "url": "https://github.com/usebruno/bruno/releases/download/v2.3.0/bruno_2.3.0_arm64_mac.dmg",
    "sha256": "e153c4151345e9dd490445e620174401d55f057b4b4cabf3e8c0b6b43087e7b7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Bruno.app\" && cp -r \"Bruno.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open source IDE for exploring and testing APIs",
    "homepage": "https://www.usebruno.com/"
  }
}