query
On this page

maybeAttr

lib.maybeAttr

Docs pulled from | This Revision | 12 minutes ago
Deprecated


Nixpkgs manual

shortcut for attrByPath ["name"] default attrs

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

maybeAttr =
    name: default: attrs:
    attrs.${name} or default;