Gitify icon

Gitify 5.16.2

GitHub notifications on your menu bar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gitify",
  "version": "5.16.2",
  "src": {
    "url": "https://github.com/gitify-app/gitify/releases/download/v5.16.2/Gitify-5.16.2-universal-mac.zip",
    "sha256": "5a624e0c226d5da09be5c7552ff1438eb05feb3f3dd0c76510fc7d57cc9a1ddd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Gitify.app\" \"$out/Applications/Gitify.app\""
  ],
  "meta": {
    "description": "GitHub notifications on your menu bar",
    "homepage": "https://github.com/gitify-app/gitify"
  }
}