lib: Bump minVersion to 23.05

flake-parts uses `evalModules` with the `class` argument, which was
added in Nixpkgs 23.05. Update minVersion to reflect the actual
minimum supported version.
This commit is contained in:
Robert Hensing 2026-01-05 10:19:55 +01:00
parent 8abc1c2ee5
commit e8afcc669c

View file

@ -281,7 +281,7 @@ let
# A best effort, lenient estimate. Please use a recent nixpkgs lib if you
# override it at all.
minVersion = "22.05";
minVersion = "23.05pre-git";
in