lib.warnOldVersion: init
This commit is contained in:
parent
bc534f38aa
commit
174b3ee6be
@ -145,6 +145,11 @@ let
|
|||||||
in
|
in
|
||||||
filter (x: x != []) ([acc.chunk] ++ acc.chunks);
|
filter (x: x != []) ([acc.chunk] ++ acc.chunks);
|
||||||
|
|
||||||
|
warnOldVersion = oldName: newName:
|
||||||
|
if compareVersions oldName newName != -1 then
|
||||||
|
trace "Upstream `${oldName}' gets overridden by `${newName}'." newName
|
||||||
|
else
|
||||||
|
newName;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user