Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
itch # itch
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
itch # itch
];
} Package Definition
{
"pname": "itch",
"version": "26.11.0",
"src": {
"url": "https://github.com/itchio/itch/releases/download/v26.11.0/itch-v26.11.0-darwin-arm64.tar.gz",
"sha256": "0fbe414ecdfb648d1c53fe24a0ee813b81b17d6617401a672341630576aafbf8"
},
"installPhase": [
"mkdir -p \"$out/Applications/itch.app\" && cp -r \"itch.app\" \"$out/Applications\""
],
"meta": {
"description": "Game client for itch.io",
"homepage": "https://itch.io/app"
}
}