1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

Add lower bound to lib version

This commit is contained in:
Robert Hensing 2023-05-31 16:31:11 +02:00
parent 8eab53d223
commit 70d1b51a85

View file

@ -217,7 +217,7 @@ let
in
if builtins.compareVersions lib.version minVersion <= 0
if builtins.compareVersions lib.version minVersion < 0
then
abort ''
The nixpkgs-lib dependency of flake-parts was overridden but is too old.