1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

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

@ -121,7 +121,7 @@ void BinaryCacheStore::addToStore(const ValidPathInfo & info, const ref<std::str
{
auto res = jsonRoot.placeholder("root");
listNar(res, narAccessor, "");
listNar(res, narAccessor, "", true);
}
}