ticker: 1 -> 2 jobs

This commit is contained in:
Astro 2019-10-26 01:16:51 +02:00
parent 35916b1e53
commit 544b8c889d
1 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@ let
};
in
{
ticker = lib.hydraJob ticker;
ticker-update = lib.hydraJob ticker-update;
ticker-serve = lib.hydraJob ticker-serve;
}