Fastmail icon

Fastmail 1.0.7

Email client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "fastmail",
  "version": "1.0.7",
  "src": {
    "url": "https://dl.fastmailcdn.com/desktop/production/mac/arm64/Fastmail-1.0.7-arm64-mac.zip",
    "sha256": "4d039e5e02b182d0c5eec3654783708e66b8844d6f63c65924cb08c974a01a44"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Fastmail.app\" && cp -r \"Fastmail.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Email client",
    "homepage": "https://www.fastmail.com/"
  }
}