CodeKit icon

CodeKit 3.35,34903

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.35,34903",
  "src": {
    "url": "https://codekitapp.com/binaries/codekit-34903.zip",
    "sha256": "ec3c7cca5df5605ffcbf52eb567e3f0d59e115fa9bc3ff73d4567a43256c53a9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CodeKit.app\" && cp -r \"CodeKit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App for building websites",
    "homepage": "https://codekitapp.com/"
  }
}