Skip to content

Commit 9c28621

Browse files
committed
Add allowed-uris arg
1 parent e46398c commit 9c28621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/check-hydra.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ writeScript "check-hydra.sh" ''
1313
echo '~~~ Evaluating release.nix with' "$@"
1414
HYDRA_CONFIG= command time --format '%e' -o eval-time.txt \
1515
hydra-eval-jobs \
16+
--option allowed-uris "https://github.com/NixOS/ https://github.com/input-output-hk/" \
1617
--flake $(pwd) > eval.json
1718
EVAL_EXIT_CODE="$?"
1819
if [ "$EVAL_EXIT_CODE" != 0 ]

0 commit comments

Comments
 (0)