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.0.2",
"src": {
"url": "https://kapeli.com/downloads/v8/Dash.zip",
"sha256": "8786e9e19fa85e473617ea7d420edd0961c705421cf2b68ca38c89648a3142aa"
},
"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.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