ONLYOFFICE icon

ONLYOFFICE 9.0.4

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": "9.0.4",
  "src": {
    "url": "https://download.onlyoffice.com/install/desktop/editors/mac/arm/updates/ONLYOFFICE-arm-9.0.4.zip",
    "sha256": "90107ebc162a73a703e7c4e11591b835f7a62892e24b1572085b959ee96bb222"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ONLYOFFICE.app\" && cp -r \"ONLYOFFICE.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Document editor",
    "homepage": "https://www.onlyoffice.com/"
  }
}