Ontime icon

Ontime 3.9.10

Time keeping for live events

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ontime",
  "version": "3.9.10",
  "src": {
    "url": "https://github.com/cpvalente/ontime/releases/download/v3.9.10/ontime-macOS-arm64.dmg",
    "sha256": "a5900380f10f7fb13f29371e832f0cc3be9eaf68ef373f9e44af4dfc447467bb"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"ontime.app\" \"$out/Applications/ontime.app\""
  ],
  "meta": {
    "description": "Time keeping for live events",
    "homepage": "https://getontime.no/"
  }
}