dontRecurseIntoAttrs
pkgs.dontRecurseIntoAttrs
Docs pulled from | This Revision | 35 minutes ago
Undo the effect of recurseIntoAttrs.
Inputs
attrs
-
An attribute set to not scan for derivations.
Type
dontRecurseIntoAttrs :: AttrSet -> AttrSet
Noogle detected
Implementation
The following is the current implementation of this function.
dontRecurseIntoAttrs =
attrs:
attrs // { recurseForDerivations = false; };