We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb4268 commit 0fddc58Copy full SHA for 0fddc58
scripts/check-hydra.nix
@@ -4,10 +4,10 @@ with lib;
4
5
writeScript "check-hydra.sh" ''
6
#! /usr/bin/env nix-shell
7
- #! nix-shell -i bash --pure -p glibc coreutils time gnutar gzip hydra_unstable jq gitMinimal
8
9
set -euo pipefail
10
+ export PATH="${makeBinPath [ coreutils time gnutar gzip hydra_unstable jq gitMinimal ]}"
11
export NIX_PATH=
12
13
echo '~~~ Evaluating release.nix with' "$@"
0 commit comments