{ pkgs ? import {}, }: with pkgs; with import { inherit pkgs; }; { ticker-update = lib.hydraJob ticker-update; ticker-serve = lib.hydraJob ticker-serve; }