oldestSupportedReleaseIsAtLeast
lib.trivial.oldestSupportedReleaseIsAtLeast
Docs pulled from | This Revision | 4 days ago
Alias for isInOldestRelease introduced in 24.11.
Use isInOldestRelease in expressions outside of Nixpkgs for greater compatibility.
Noogle detected
Implementation
The following is the current implementation of this function.
oldestSupportedReleaseIsAtLeast = release: release <= lib.trivial.oldestSupportedRelease;