Harvest icon

Harvest 3.0.12

Time tracking application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "harvest",
  "version": "3.0.12",
  "src": {
    "url": "https://downloads.harvestfiles.com/harvest-desktop/darwin/universal/Harvest-darwin-universal-3.0.12.zip",
    "sha256": "a825312b359125ded539d738decf0bc7d8e17f21cab8d063a3ebab5dbebcc5b2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Harvest.app\" && cp -r \"Harvest.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Time tracking application",
    "homepage": "https://www.getharvest.com/apps/mac"
  }
}