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.6.0",
"src": {
"url": "https://github.com/itchio/itch/releases/download/v26.6.0/itch-v26.6.0-darwin-arm64.tar.gz",
"sha256": "6ac156367f501cbf95dde01746e197d9cbb698c789e7343251f4e7be69bbf5de"
},
"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"
}
}