diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-09-14T11·22+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-09-14T11·29+0200 |
commit | 970366266b8df712f5f9cedb45af183ef5a8357f (patch) | |
tree | ef67f46d59adedf993730d06780efa7ea597e3cd /src/nix/why-depends.cc | |
parent | 1c58ad2ffa698d17b7be56eab69a40ace64d0e21 (diff) |
Add "nix add-to-store" command
Diffstat (limited to 'src/nix/why-depends.cc')
-rw-r--r-- | src/nix/why-depends.cc | 2 |
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) { |