Bruno icon

Bruno 2.6.1

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.6.1",
  "src": {
    "url": "https://github.com/usebruno/bruno/releases/download/v2.6.1/bruno_2.6.1_arm64_mac.dmg",
    "sha256": "45e3debc8f6c253d0ce6320ffcb2322bd79674cddccc5380e9f6c4ba0223b7f7"
  },
  "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/"
  }
}