Gitify icon

Gitify 6.4.0

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": "6.4.0",
  "src": {
    "url": "https://github.com/gitify-app/gitify/releases/download/v6.4.0/Gitify-6.4.0-universal-mac.zip",
    "sha256": "7dd6d16cfe9e5420c2526d2ccbb78c9d100687ffb751e93b411feb9648c3dc4d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gitify.app\" && cp -r \"Gitify.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "GitHub notifications on your menu bar",
    "homepage": "https://github.com/gitify-app/gitify"
  }
}