Dash icon

Dash 8.0.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.0.1",
  "src": {
    "url": "https://kapeli.com/downloads/v8/Dash.zip",
    "sha256": "0ba9727966c750987dec2aa69639fa03885ece17055bb8929c4acd3d630e09b2"
  },
  "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"
  }
}