nix ls-{nar,store} --json: Respect -R

This commit is contained in:
Eelco Dolstra 2017-11-14 14:31:28 +01:00
parent c8155e9f5f
commit 4db0a9555e
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 13 additions and 6 deletions

View file

@ -77,7 +77,7 @@ struct MixLs : virtual Args, MixJSON
if (json) {
JSONPlaceholder jsonRoot(std::cout);
listNar(jsonRoot, accessor, path);
listNar(jsonRoot, accessor, path, recursive);
} else
listText(accessor);
}