Dash icon

Dash 8.1.1

API documentation browser and code snippet manager

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"
  }
}