Sketch icon

Sketch 101.5,182066

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.5,182066",
  "src": {
    "url": "https://download.sketch.com/sketch-101.5-182066.zip",
    "sha256": "4c58771e59dfe4e4340caec178d3007defd09251a78ec53e76d6f4d9a0c12624"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Sketch.app\" \"$out/Applications/Sketch.app\""
  ],
  "meta": {
    "description": "Digital design and prototyping platform",
    "homepage": "https://www.sketch.com/"
  }
}