summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/attrsets.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/attrsets.nix b/lib/attrsets.nix
index 607a22393f8..ae6e4e7c851 100644
--- a/lib/attrsets.nix
+++ b/lib/attrsets.nix
@@ -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; };