Skip to content

Commit db92702

Browse files
rvlangerman
authored andcommitted
Buildkite: fix dependencies of check-hydra script (#163)
1 parent f1a94a4 commit db92702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/check-hydra.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, writeScript, coreutils, time, hydra, jq }:
1+
{ stdenv, writeScript, coreutils, time, gnutar, hydra, jq }:
22

33
with stdenv.lib;
44

@@ -7,7 +7,7 @@ writeScript "check-hydra.sh" ''
77
88
set -euo pipefail
99
10-
export PATH="${makeBinPath [ coreutils time hydra jq ]}"
10+
export PATH="${makeBinPath [ coreutils time gnutar hydra jq ]}"
1111
1212
echo '~~~ Evaluating release.nix'
1313
command time --format '%e' -o eval-time.txt \

0 commit comments

Comments
 (0)