Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
shattered-pixel-dungeon # Shattered Pixel Dungeon
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
shattered-pixel-dungeon # Shattered Pixel Dungeon
];
}
Package Definition
{
"pname": "shattered-pixel-dungeon",
"version": "3.2.5",
"src": {
"url": "https://github.com/00-Evan/shattered-pixel-dungeon/releases/download/v3.2.5/ShatteredPD-v3.2.5-macOS.zip",
"sha256": "8d138773092388ea190f1da22a0bd8d90153a24ea8fb5b5d116af21381e02758"
},
"installPhase": [
"mkdir -p \"$out/Applications/Shattered Pixel Dungeon.app\" && cp -r \"Shattered Pixel Dungeon.app\" \"$out/Applications\""
],
"meta": {
"description": "Traditional roguelike dungeon crawler with randomised levels, enemies and items",
"homepage": "https://shatteredpixel.com/shatteredpd"
}
}
Version History
3.2.5 (NixCasks v4)
12 October 2025, 12:08 3.2.1 (NixCasks v4)
16 August 2025, 00:00 3.2.0 (NixCasks v4)
5 August 2025, 00:00 3.1.1 (NixCasks v4)
19 June 2025, 00:00 3.1.0 (NixCasks v4)
3 June 2025, 00:00 3.0.2 (NixCasks v4)
22 March 2025, 00:00 3.0.1 (NixCasks v4)
14 March 2025, 00:00 3.0.0 (NixCasks v4)
7 March 2025, 09:14 3.0.0 (NixCasks v3)
5 March 2025, 00:00 3.0.0 (NixCasks v2)
4 March 2025, 19:10 3.0.0 (NixCasks v1)
28 February 2025, 00:00 2.5.4 (NixCasks v1)
8 November 2024, 21:19