query
On this page

oldestSupportedReleaseIsAtLeast

lib.trivial.oldestSupportedReleaseIsAtLeast

Docs pulled from | This Revision | 22 minutes ago


Alias for isInOldestRelease introduced in 24.11. Use isInOldestRelease in expressions outside of Nixpkgs for greater compatibility.


Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

oldestSupportedReleaseIsAtLeast =
    release:
      release <= lib.trivial.oldestSupportedRelease;