Skip to content

Bump minimum Nix version to 2.18 - #2779

Merged
savil merged 2 commits into
mainfrom
Lagoja/drop-nix-2.16-support
Feb 6, 2026
Merged

Bump minimum Nix version to 2.18#2779
savil merged 2 commits into
mainfrom
Lagoja/drop-nix-2.16-support

Conversation

@Lagoja

Copy link
Copy Markdown
Contributor

Summary

Nixpkgs now requires Nix >= 2.18 to evaluate, so drop support for older versions. This updates the CI test matrices and MinVersion constant.

How was it tested?

Run in CI to confirm Nix Version checks are running correctly

Community Contribution License

Nixpkgs now requires Nix >= 2.18 to evaluate, so drop support for
older versions. This updates the CI test matrices and MinVersion
constant.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Comment thread.github/workflows/cli-tests.yaml Outdated
matrix:
os: [ubuntu-latest, macos-latest]
nix-version: [2.15.1, 2.16.1, 2.17.0, 2.18.0, 2.19.2, 2.24.7]
nix-version: [2.18.0, 2.19.2, 2.24.7]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also add "2.30.2" here?

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@savil
savil merged commit ce5cf2a into mainFeb 6, 2026
24 checks passed
@savil
savil deleted the Lagoja/drop-nix-2.16-support branch February 6, 2026 01:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Lagoja@savil