nix why-depends: render output into $PAGER

This commit is contained in:
Maximilian Bosch 2018-07-03 12:49:12 +02:00
parent dd98683e65
commit 8a98ffc276
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include "store-api.hh"
#include "progress-bar.hh"
#include "fs-accessor.hh"
#include "shared.hh"
#include <queue>
@ -237,6 +238,7 @@ struct CmdWhyDepends : SourceExprCommand
visitPath(node.path);
RunPager pager;
for (auto & ref : refs) {
auto hash = storePathToHash(ref.second->path);