Merge pull request #2265 from Ma27/nix-why-depends-pager

nix why-depends: render output into $PAGER
This commit is contained in:
Eelco Dolstra 2018-07-03 13:08:48 +02:00 committed by GitHub
commit 91f49ca108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);