Fantastical icon

Fantastical 4.1.16

Calendar software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "fantastical",
  "version": "4.1.16",
  "src": {
    "url": "https://cdn.flexibits.com/Fantastical_4.1.16.zip",
    "sha256": "1960ad78d1bb2b774d970f40259f36e5e0f3c36c698a9f8d11c82fde1eb2c85f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Fantastical.app\" && cp -r \"Fantastical.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Calendar software",
    "homepage": "https://flexibits.com/fantastical"
  }
}