Mongrel icon

Mongrel 5.72.6,255c8639-ec52-4120-91a1-b76b2f07a46c

Database workbench with terminals, containers, Kubernetes, and API client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "mongrel",
  "version": "5.72.6,255c8639-ec52-4120-91a1-b76b2f07a46c",
  "src": {
    "url": "https://www.visorcraft.com/api/downloads/mongrel/255c8639-ec52-4120-91a1-b76b2f07a46c",
    "sha256": "ceaa902a20fb5906c07c67a46b843ba9193b91edbd335e3de57221d4538fac3e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mongrel.app\" && cp -r \"Mongrel.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Database workbench with terminals, containers, Kubernetes, and API client",
    "homepage": "https://www.visorcraft.com/"
  }
}