Sketch icon

Sketch 101.8,182106

Digital design and prototyping platform

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    sketch # Sketch
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    sketch # Sketch
  ];
}

Package Definition

{
  "pname": "sketch",
  "version": "101.8,182106",
  "src": {
    "url": "https://download.sketch.com/sketch-101.8-182106.zip",
    "sha256": "619913f16a7ec019748b1c5c4ed1a39cbb7bc26c9b68038f02ca330e5ab31725"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Sketch.app\" && cp -r \"Sketch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Digital design and prototyping platform",
    "homepage": "https://www.sketch.com/"
  }
}