Skip to content

Commit 6cfd800

Browse files
committed
Check with nix-eval-jobs instead of hydra-eval-jobs
1 parent eef9b20 commit 6cfd800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/check-hydra.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, lib, writeScript, coreutils, time, gnutar, gzip, hydra_unstable, jq, gitMinimal }:
1+
{ stdenv, lib, writeScript, coreutils, time, gnutar, gzip, nix-eval-jobs, jq, gitMinimal }:
22

33
with lib;
44

@@ -7,12 +7,12 @@ writeScript "check-hydra.sh" ''
77
88
set -euo pipefail
99
10-
export PATH="${makeBinPath [ coreutils time gnutar gzip hydra_unstable jq gitMinimal ]}"
10+
export PATH="${makeBinPath [ coreutils time gnutar gzip nix-eval-jobs jq gitMinimal ]}"
1111
export NIX_PATH=
1212
1313
echo '~~~ Evaluating release.nix with' "$@"
1414
HYDRA_CONFIG= command time --format '%e' -o eval-time.txt \
15-
hydra-eval-jobs \
15+
nix-eval-jobs \
1616
--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="$?"

0 commit comments

Comments
 (0)