Skip to content

Commit 7868235

Browse files
committed
Fix git issue in test
1 parent 29f6c44 commit 7868235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix-tools/.buildkite/nix-tools-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ echo "There are no tests -- https://github.com/input-output-hk/haskell.nix/issue
4242
echo
4343
echo "+++ Add runtime dependencies to PATH"
4444

45-
nix build -f channel:nixos-20.03 nix-prefetch-scripts -o nix-prefetch-scripts
46-
nix build -f channel:nixos-20.03 git -o git
45+
nix build -f channel:nixos-22.11 nix-prefetch-scripts -o nix-prefetch-scripts
46+
nix build -f channel:nixos-22.11 git -o git
4747
export PATH="$PWD/nix-prefetch-scripts/bin:$PWD/git/bin:$PATH"
4848

4949
echo

0 commit comments

Comments
 (0)