diff options
Diffstat (limited to 'src/nix/path-info.cc')
-rw-r--r-- | src/nix/path-info.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/path-info.cc b/src/nix/path-info.cc index f16209238610..f7610ab0814d 100644 --- a/src/nix/path-info.cc +++ b/src/nix/path-info.cc @@ -69,7 +69,7 @@ struct CmdPathInfo : StorePathsCommand, MixJSON store->pathInfoToJSON(jsonRoot, // FIXME: preserve order? PathSet(storePaths.begin(), storePaths.end()), - true, showClosureSize); + true, showClosureSize, AllowInvalid); } else { |