adds nix-dotfiles-build

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-07-27 12:58:06 -04:00 committed by Alice Huston
parent dbd106b91d
commit 5b92c10010

View File

@ -57,7 +57,7 @@ in
</git-input> </git-input>
<githubstatus> <githubstatus>
# check hosts and any declared checks # 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 context = ci/hydra: hosts
inputs = nixexpr inputs = nixexpr
useShortContext = true useShortContext = true
@ -65,7 +65,7 @@ in
</githubstatus> </githubstatus>
<githubstatus> <githubstatus>
# check hosts and any declared checks # 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 context = ci/hydra: checks
inputs = nixexpr inputs = nixexpr
useShortContext = true useShortContext = true