CodeKit icon

CodeKit 3.34,34892

App for building websites

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "codekit",
  "version": "3.34,34892",
  "src": {
    "url": "https://codekitapp.com/binaries/codekit-34892.zip",
    "sha256": "726c90ff8ec82b610f85a09a11539d3db295b84456f608484d80b91297ed3013"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CodeKit.app\" && cp -r \"CodeKit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App for building websites",
    "homepage": "https://codekitapp.com/"
  }
}