Skip to content

Instantly share code, notes, and snippets.

@gilligan
Created May 6, 2021 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilligan/cdc68685b4fb057076ad9f8506e2fce0 to your computer and use it in GitHub Desktop.
Save gilligan/cdc68685b4fb057076ad9f8506e2fce0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
export HYDRA_CONFIG=$PWD/hydra.conf
HYDRA_EVAL_JOBS=$(nix-build https://github.com/input-output-hk/ci-ops/archive/master.tar.gz -A hydra --no-out-link)/bin/hydra-eval-jobs
$HYDRA_EVAL_JOBS --option allowed-uris "https://github.com/NixOS https://github.com/input-output-hk" --arg supportedSystems '[ "x86_64-linux" ]' -I . release.nix | tee eval.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment