CodeKit icon

CodeKit 3.36,34921

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