Harvest icon

Harvest 3.0.6

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.6",
  "src": {
    "url": "https://downloads.harvestfiles.com/harvest-desktop/darwin/universal/Harvest-darwin-universal-3.0.6.zip",
    "sha256": "e17189caca038131da6a7fc8613e22ad2757e468ec6ce2d9b65e95ada366f9c6"
  },
  "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"
  }
}