Skip to content

Commit 0fddc58

Browse files
committed
Use pinned tools for check-hydra
1 parent 4cb4268 commit 0fddc58

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
@@ -4,10 +4,10 @@ with lib;
44

55
writeScript "check-hydra.sh" ''
66
#! /usr/bin/env nix-shell
7-
#! nix-shell -i bash --pure -p glibc coreutils time gnutar gzip hydra_unstable jq gitMinimal
87
98
set -euo pipefail
109
10+
export PATH="${makeBinPath [ coreutils time gnutar gzip hydra_unstable jq gitMinimal ]}"
1111
export NIX_PATH=
1212
1313
echo '~~~ Evaluating release.nix with' "$@"

0 commit comments

Comments
 (0)