oldestSupportedReleaseIsAtLeast
lib.trivial.oldestSupportedReleaseIsAtLeast
Docs pulled from | This Revision | about 1 hour ago
Nixpkgs manual
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;