hydra-config/ticker.nix

12 lines
181 B
Nix
Raw Normal View History

2019-10-07 00:29:22 +02:00
{ pkgs ? import <nixpkgs> {},
}:
with pkgs;
2019-10-26 01:21:32 +02:00
with import <ticker> {
inherit pkgs;
};
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
}