We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f538c commit 2f8fc22Copy full SHA for 2f8fc22
.github/workflows/test.yml
@@ -29,8 +29,10 @@ jobs:
29
fail-fast: false
30
matrix:
31
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
34
# Latest and greatest release of Nix
- - install_url: https://nixos.org/nix/install
35
+ #- install_url: https://nixos.org/nix/install
36
# The 25.11 branch ships with Nix 2.31.2
37
- install_url: https://releases.nixos.org/nix/nix-2.31.2/install
38
nixpkgs-override: "--override-input nixpkgs $(./ci/ref-from-lock.sh ./test#nixpkgs-latest-release)"
0 commit comments