1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-16 21:38:24 +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 in
if builtins.compareVersions lib.version minVersion <= 0 if builtins.compareVersions lib.version minVersion < 0
then then
abort '' abort ''
The nixpkgs-lib dependency of flake-parts was overridden but is too old. The nixpkgs-lib dependency of flake-parts was overridden but is too old.