Gitify icon

Gitify 6.0.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.0.0",
  "src": {
    "url": "https://github.com/gitify-app/gitify/releases/download/v6.0.0/Gitify-6.0.0-universal-mac.zip",
    "sha256": "f1357a5cf0f7cbd4fdd499901dd4f1930deb21a1cd59bf0086e3a40b0831a640"
  },
  "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"
  }
}