Skip to content

Commit 8b1d8f4

Browse files
committed
Check with nix-eval-jobs instead of hydra-eval-jobs
1 parent 6cfd800 commit 8b1d8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-hydra.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ writeScript "check-hydra.sh" ''
1414
HYDRA_CONFIG= command time --format '%e' -o eval-time.txt \
1515
nix-eval-jobs \
1616
--option allowed-uris "https://github.com/NixOS/ https://github.com/input-output-hk/ github:NixOS/nixpkgs/ github:input-output-hk/hackage.nix/ github:input-output-hk/stackage.nix/ github:input-output-hk/flake-compat/ github:stable-haskell/iserv-proxy/ github:haskell/haskell-language-server/" \
17-
--flake $(pwd) > eval.json
17+
--flake $(pwd)#hydraJobs --force-recurse > eval.json
1818
EVAL_EXIT_CODE="$?"
1919
if [ "$EVAL_EXIT_CODE" != 0 ]
2020
then

0 commit comments

Comments
 (0)