nixos-rebuild: bump oldest supported nix version to 2_28

We want to get rid of nix 2.24 piece-by-piece
This commit is contained in:
Jörg Thalheim 2025-08-14 10:46:01 +02:00
parent 3f37af4323
commit 1a89f3c5bb

View File

@ -113,9 +113,9 @@ python3Packages.buildPythonApplication rec {
with_nix_stable = nixos-rebuild-ng.override {
nix = nixVersions.stable;
};
with_nix_2_24 = nixos-rebuild-ng.override {
with_nix_2_28 = nixos-rebuild-ng.override {
# oldest supported version in nixpkgs
nix = nixVersions.nix_2_24;
nix = nixVersions.nix_2_28;
};
with_lix_latest = nixos-rebuild-ng.override {
nix = lixPackageSets.latest.lix;