Skip to content

Commit 2f8fc22

Browse files
authored
ci: pin Nix to 2.31.2 for now (#942)
1 parent 69f538c commit 2f8fc22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
include:
32+
# NB: current latest release of 2.33.0 has bugs
33+
- install_url: https://releases.nixos.org/nix/nix-2.31.2/install
3234
# Latest and greatest release of Nix
33-
- install_url: https://nixos.org/nix/install
35+
#- install_url: https://nixos.org/nix/install
3436
# The 25.11 branch ships with Nix 2.31.2
3537
- install_url: https://releases.nixos.org/nix/nix-2.31.2/install
3638
nixpkgs-override: "--override-input nixpkgs $(./ci/ref-from-lock.sh ./test#nixpkgs-latest-release)"

0 commit comments

Comments
 (0)