ONLYOFFICE icon

ONLYOFFICE 8.3.3

Document editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "onlyoffice",
  "version": "8.3.3",
  "src": {
    "url": "https://download.onlyoffice.com/install/desktop/editors/mac/arm/updates/ONLYOFFICE-arm-8.3.3.zip",
    "sha256": "20fc5074d9a661fd777a07ff26f7cd95dc57ca0d08d69f590dd724f05250ad43"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ONLYOFFICE.app\" && cp -r \"ONLYOFFICE.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Document editor",
    "homepage": "https://www.onlyoffice.com/"
  }
}