Brewy icon

Brewy 0.23.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.23.0",
  "src": {
    "url": "https://github.com/starhaven-io/Brewy/releases/download/0.23.0/Brewy-0.23.0.zip",
    "sha256": "cf9809d7fe28bca0790c8290991b5355a99c3012b2346a2a725eebe849a89775"
  },
  "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"
  }
}