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:
parent
8eab53d223
commit
70d1b51a85
1 changed files with 1 additions and 1 deletions
2
lib.nix
2
lib.nix
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue