Sketch icon

Sketch 2025.1.4,203504

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": "2025.1.4,203504",
  "src": {
    "url": "https://download.sketch.com/sketch-2025.1.4-203504.zip",
    "sha256": "94ac96487046df8487158545bd050875ea7a377b141f5c6ed820265900b4863f"
  },
  "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/"
  }
}