Ontime icon

Ontime 4.2.0

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": "4.2.0",
  "src": {
    "url": "https://github.com/cpvalente/ontime/releases/download/v4.2.0/ontime-macOS-arm64.dmg",
    "sha256": "60580601da873cf25cde12e6ad05c91e90daafa48d45ed2bb1227b9dcad18221"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ontime.app\" && cp -r \"ontime.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Time keeping for live events",
    "homepage": "https://getontime.no/"
  }
}