DevDocs icon

DevDocs 0.7.0

API documentation viewer

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    dteoh-devdocs # DevDocs
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    dteoh-devdocs # DevDocs
  ];
}

Package Definition

{
  "pname": "dteoh-devdocs",
  "version": "0.7.0",
  "src": {
    "url": "https://github.com/dteoh/devdocs-macos/releases/download/v0.7.0/DevDocs.zip",
    "sha256": "3355a10fa94f4eea3693620cb9403b4a5d51c5bfa9f91bc592d9fd65f59024da"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/DevDocs.app\" && cp -r \"DevDocs.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "API documentation viewer",
    "homepage": "https://github.com/dteoh/devdocs-macos/"
  }
}