Skip to content

Commit b3f567a

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

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
@@ -13,7 +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/" \
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/" \
1717
--flake $(pwd) > eval.json
1818
EVAL_EXIT_CODE="$?"
1919
if [ "$EVAL_EXIT_CODE" != 0 ]

0 commit comments

Comments
 (0)