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

Merge pull request #166 from hercules-ci/nixpkgs-lower-bound

Add lower bound to lib version
This commit is contained in:
Robert Hensing 2023-05-31 17:24:36 +02:00 committed by GitHub
commit 6ef2707776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.