From 5b92c10010135796736f42de8f4401c685df5161 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 27 Jul 2024 12:58:06 -0400 Subject: [PATCH] adds nix-dotfiles-build Signed-off-by: ahuston-0 --- systems/palatine-hill/hydra.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix index f831136..a10fb6f 100644 --- a/systems/palatine-hill/hydra.nix +++ b/systems/palatine-hill/hydra.nix @@ -57,7 +57,7 @@ in # check hosts and any declared checks - jobs = (build-fork-hydra):pr-.*:hosts + jobs = (build-fork-hydra|nix-dotfiles-build):pr-.*:hosts context = ci/hydra: hosts inputs = nixexpr useShortContext = true @@ -65,7 +65,7 @@ in # check hosts and any declared checks - jobs = (build-fork-hydra):pr-.*:devChecks + jobs = (build-fork-hydra|nix-dotfiles-build):pr-.*:devChecks context = ci/hydra: checks inputs = nixexpr useShortContext = true