From fad39ef7ac271421cbec53527a2f9787cbdd0b16 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 6 Nov 2019 22:02:57 +0100 Subject: [PATCH] hail: hydraJob --- hail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hail.nix b/hail.nix index a5563a3..5623016 100644 --- a/hail.nix +++ b/hail.nix @@ -42,7 +42,7 @@ in let part = p: { name = "${spec.host}-${p}"; - value = (hostSpec spec).${p}; + value = lib.hydraJob (hostSpec spec).${p}; }; in [ (part "config") (part "activator") ]