Zotero icon

Zotero 8.0.1

Collect, organise, cite, and share research sources

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "zotero",
  "version": "8.0.1",
  "src": {
    "url": "https://download.zotero.org/client/release/8.0.1/Zotero-8.0.1.dmg",
    "sha256": "8687f43afc6a03c572b791bd4a1f377b12888319347682e68d4b88798c91ebf8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Zotero.app\" && cp -r \"Zotero.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Collect, organise, cite, and share research sources",
    "homepage": "https://www.zotero.org/"
  }
}