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 9c28621 commit b3f567aCopy full SHA for b3f567a
scripts/check-hydra.nix
@@ -13,7 +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/" \
+ --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
18
EVAL_EXIT_CODE="$?"
19
if [ "$EVAL_EXIT_CODE" != 0 ]
0 commit comments