Document attrsets.recurseIntoAttrs

This commit is contained in:
Robert Hensing
2019-09-11 14:55:23 +02:00
parent fc64cf65ab
commit a96f37db10
3 changed files with 47 additions and 2 deletions
+3
View File
@@ -475,6 +475,9 @@ rec {
/* Make various Nix tools consider the contents of the resulting
attribute set when looking for what to build, find, etc.
This function only affects a single attribute set; it does not
apply itself recursively for nested attribute sets.
*/
recurseIntoAttrs =
attrs: attrs // { recurseForDerivations = true; };