Skip to content

Commit e46398c

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

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,9 +1,9 @@
1-
{ stdenv, glibc, lib, writeScript, coreutils, time, gnutar, gzip, hydra_unstable, jq, gitMinimal }:
1+
{ stdenv, lib, writeScript, coreutils, time, gnutar, gzip, hydra_unstable, jq, gitMinimal }:
22

33
with lib;
44

55
writeScript "check-hydra.sh" ''
6-
#! /usr/bin/env nix-shell
6+
#!${stdenv.shell}
77
88
set -euo pipefail
99

0 commit comments

Comments
 (0)