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:
parent
8abc1c2ee5
commit
e8afcc669c
1 changed files with 1 additions and 1 deletions
2
lib.nix
2
lib.nix
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue