From 544b8c889d62868800f8e0b740146f19a1330210 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 26 Oct 2019 01:16:51 +0200 Subject: [PATCH] ticker: 1 -> 2 jobs --- ticker.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ticker.nix b/ticker.nix index 2890c88..8414d45 100644 --- a/ticker.nix +++ b/ticker.nix @@ -8,5 +8,6 @@ let }; in { - ticker = lib.hydraJob ticker; + ticker-update = lib.hydraJob ticker-update; + ticker-serve = lib.hydraJob ticker-serve; }