hydra-config/ticker.nix

10 lines
164 B
Nix
Raw Permalink Normal View History

2019-10-07 00:29:22 +02:00
{ pkgs ? import <nixpkgs> {},
}:
with pkgs;
2019-10-26 01:22:48 +02:00
with import <ticker> {};
2019-10-07 00:29:22 +02:00
{
2019-10-26 01:16:51 +02:00
ticker-update = lib.hydraJob ticker-update;
ticker-serve = lib.hydraJob ticker-serve;
2019-10-07 00:29:22 +02:00
}