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:
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
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue