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": "7.3.1",
"src": {
"url": "https://kapeli.com/downloads/v7/Dash.zip",
"sha256": "c28f2835acadcf4edfd39699656d97edc926541883735b0cd242fa75f2d96c76"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"Dash.app\" \"$out/Applications/Dash.app\""
],
"meta": {
"description": "API documentation browser and code snippet manager",
"homepage": "https://kapeli.com/dash"
}
}