query
On this page

dontRecurseIntoAttrs

lib.attrsets.dontRecurseIntoAttrs

Docs pulled from | This Revision | 10 minutes ago


Undo the effect of recurseIntoAttrs.

Inputs

attrs

An attribute set to not scan for derivations.

Type

dontRecurseIntoAttrs :: AttrSet -> AttrSet

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

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