parent
2bd67562b5
commit
8c10331ee8
|
@ -341,6 +341,7 @@ static std::map<StorePath, UnkeyedValidPathInfo> queryPathInfos(
|
|||
|
||||
auto storePath = localStore.parseStorePath(storePathS);
|
||||
auto info = ServeProto::Serialise<UnkeyedValidPathInfo>::read(localStore, conn);
|
||||
totalNarSize += info.narSize;
|
||||
infos.insert_or_assign(std::move(storePath), std::move(info));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue