We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nix-eval-jobs
hydra-eval-jobs
1 parent 6cfd800 commit 8b1d8f4Copy full SHA for 8b1d8f4
scripts/check-hydra.nix
@@ -14,7 +14,7 @@ writeScript "check-hydra.sh" ''
14
HYDRA_CONFIG= command time --format '%e' -o eval-time.txt \
15
nix-eval-jobs \
16
--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
+ --flake $(pwd)#hydraJobs --force-recurse > eval.json
18
EVAL_EXIT_CODE="$?"
19
if [ "$EVAL_EXIT_CODE" != 0 ]
20
then
0 commit comments