hail: hydraJob

This commit is contained in:
Astro 2019-11-06 22:02:57 +01:00
parent db97321623
commit fad39ef7ac
1 changed files with 1 additions and 1 deletions

View File

@ -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") ]