Brewy icon

Brewy 0.17.0

Simple Homebrew GUI

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "brewy",
  "version": "0.17.0",
  "src": {
    "url": "https://github.com/starhaven-io/Brewy/releases/download/0.17.0/Brewy-0.17.0.zip",
    "sha256": "cd56966c99d9a2d6a1023294738da865f0d2e37f52bacb4c1bb49b7a0743e7d3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Brewy.app\" && cp -r \"Brewy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Simple Homebrew GUI",
    "homepage": "https://github.com/starhaven-io/Brewy"
  }
}