Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
dash # Dash
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
dash # Dash
];
} Package Definition
{
"pname": "dash",
"version": "8.1.1",
"src": {
"url": "https://kapeli.com/downloads/v8/Dash.zip",
"sha256": "bf66b0fa12fa8b800e5233c06aa41373f6444d3c8cf9635aca1eb6a528a01513"
},
"installPhase": [
"mkdir -p \"$out/Applications/Dash.app\" && cp -r \"Dash.app\" \"$out/Applications\""
],
"meta": {
"description": "API documentation browser and code snippet manager",
"homepage": "https://kapeli.com/dash"
}
} Version History
8.1.1 (NixCasks v4)
22 January 2026, 00:00 8.1.0 (NixCasks v4)
17 January 2026, 00:00 8.0.2 (NixCasks v4)
27 December 2025, 00:00 8.0.1 (NixCasks v4)
12 October 2025, 12:08 7.3.5 (NixCasks v4)
7 March 2025, 09:14 7.3.5 (NixCasks v3)
5 March 2025, 00:00 7.3.5 (NixCasks v2)
4 March 2025, 19:10 7.3.4 (NixCasks v1)
17 February 2025, 22:56 7.3.3 (NixCasks v1)
29 November 2024, 00:00 7.3.2 (NixCasks v1)
18 November 2024, 20:10 7.3.1 (NixCasks v1)
8 November 2024, 20:47