AFFiNE icon

AFFiNE 0.21.0

Note editor and whiteboard

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "affine",
  "version": "0.21.0",
  "src": {
    "url": "https://github.com/toeverything/AFFiNE/releases/download/v0.21.0/affine-0.21.0-stable-macos-arm64.zip",
    "sha256": "8607d1cb9d0424c0753c735a0fc55f626c1aaa9cda14e90c35b8001958809f1c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/AFFiNE.app\" && cp -r \"AFFiNE.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Note editor and whiteboard",
    "homepage": "https://affine.pro/"
  }
}