Halloy icon

Halloy 2025.3

IRC client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "halloy",
  "version": "2025.3",
  "src": {
    "url": "https://github.com/squidowl/halloy/releases/download/2025.3/halloy.dmg",
    "sha256": "af6d3b3fd6005c72eb0e8b6bd27c343bbfc392ca86fd08840883f01493826a55"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Halloy.app\" && cp -r \"Halloy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "IRC client",
    "homepage": "https://halloy.squidowl.org/"
  }
}