AFFiNE icon

AFFiNE 0.20.2

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.20.2",
  "src": {
    "url": "https://github.com/toeverything/AFFiNE/releases/download/v0.20.2/affine-0.20.2-stable-macos-arm64.zip",
    "sha256": "961113935949109077fcd06eddccd4b775e370ef3b388d88e6f61b7b68fc5d7e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"AFFiNE.app\" \"$out/Applications/AFFiNE.app\""
  ],
  "meta": {
    "description": "Note editor and whiteboard",
    "homepage": "https://affine.pro/"
  }
}