diff options
Diffstat (limited to 'src/nix/ls.cc')
-rw-r--r-- | src/nix/ls.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/ls.cc b/src/nix/ls.cc index 8566b8b0682c..5408c092992e 100644 --- a/src/nix/ls.cc +++ b/src/nix/ls.cc @@ -76,7 +76,7 @@ struct MixLs : virtual Args, MixJSON if (path == "/") path = ""; if (json) { - JSONPlaceholder jsonRoot(std::cout, true); + JSONPlaceholder jsonRoot(std::cout); listNar(jsonRoot, accessor, path); } else listText(accessor); |