lib: revert my bogus comment fix
See 5445e521b6 (commitcomment-17531945)
This commit is contained in:
parent
0c1bd3ee66
commit
cdff1f61f0
|
@ -346,7 +346,7 @@ rec {
|
|||
*/
|
||||
versionOlder = v1: v2: builtins.compareVersions v2 v1 == 1;
|
||||
|
||||
/* Return true if string v1 denotes a version equal to or newer than v2.
|
||||
/* Return true iff string v1 denotes a version equal to or newer than v2.
|
||||
|
||||
Example:
|
||||
versionAtLeast "1.1" "1.0"
|
||||
|
|
Loading…
Reference in New Issue