about summary refs log tree commit diff
path: root/src/nix/why-depends.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/why-depends.cc')
-rw-r--r--src/nix/why-depends.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/why-depends.cc b/src/nix/why-depends.cc
index f31469cbc96c..a90d07ed26ee 100644
--- a/src/nix/why-depends.cc
+++ b/src/nix/why-depends.cc
@@ -233,6 +233,8 @@ struct CmdWhyDepends : SourceExprCommand
                 }
             };
 
+            // FIXME: should use scanForReferences().
+
             visitPath(node.path);
 
             for (auto & ref : refs) {