query
On this page

dontRecurseIntoAttrs

lib.dontRecurseIntoAttrs

Docs pulled from | This Revision | 34 minutes ago


Undo the effect of recurseIntoAttrs.

Inputs

attrs

An attribute set to not scan for derivations.

Type

dontRecurseIntoAttrs :: AttrSet -> AttrSet
(lib.attrsets.dontRecurseIntoAttrs)

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

dontRecurseIntoAttrs =
    attrs:
    attrs // { recurseForDerivations = false; };