Routine icon

Routine 1.0.3

Calendar for productive people

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "routine",
  "version": "1.0.3",
  "src": {
    "url": "https://releases.routine.co/routine/osx-arm64/Routine-1.0.3.zip",
    "sha256": "eb3a39ddfe2cec9b1716139146fc1f18747576cc2f49ae62e3ce25db1450b09a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Routine.app\" && cp -r \"Routine.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Calendar for productive people",
    "homepage": "https://www.routine.co/"
  }
}

Version History