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.
1 parent e46398c commit 9c28621Copy full SHA for 9c28621
scripts/check-hydra.nix
@@ -13,6 +13,7 @@ writeScript "check-hydra.sh" ''
13
echo '~~~ Evaluating release.nix with' "$@"
14
HYDRA_CONFIG= command time --format '%e' -o eval-time.txt \
15
hydra-eval-jobs \
16
+ --option allowed-uris "https://github.com/NixOS/ https://github.com/input-output-hk/" \
17
--flake $(pwd) > eval.json
18
EVAL_EXIT_CODE="$?"
19
if [ "$EVAL_EXIT_CODE" != 0 ]
0 commit comments