Brewy icon

Brewy 0.20.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.20.0",
  "src": {
    "url": "https://github.com/starhaven-io/Brewy/releases/download/0.20.0/Brewy-0.20.0.zip",
    "sha256": "42488060f56c14bcd4c3406598629a63fb3381823dfb4d4f528856171e599929"
  },
  "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"
  }
}