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 29f6c44 commit 7868235Copy full SHA for 7868235
nix-tools/.buildkite/nix-tools-build.sh
@@ -42,8 +42,8 @@ echo "There are no tests -- https://github.com/input-output-hk/haskell.nix/issue
42
echo
43
echo "+++ Add runtime dependencies to PATH"
44
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
+nix build -f channel:nixos-22.11 nix-prefetch-scripts -o nix-prefetch-scripts
+nix build -f channel:nixos-22.11 git -o git
47
export PATH="$PWD/nix-prefetch-scripts/bin:$PWD/git/bin:$PATH"
48
49
0 commit comments