AFFiNE icon

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