1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 12:41:00 +01:00

Make 'nix copy --to daemon' run in constant memory

This commit is contained in:
Eelco Dolstra 2018-03-21 23:42:21 +01:00
parent 11898d6a37
commit 97002b684c
2 changed files with 4 additions and 5 deletions

View file

@ -58,7 +58,7 @@ public:
void querySubstitutablePathInfos(const PathSet & paths,
SubstitutablePathInfos & infos) override;
void addToStore(const ValidPathInfo & info, const ref<std::string> & nar,
void addToStore(const ValidPathInfo & info, Source & nar,
RepairFlag repair, CheckSigsFlag checkSigs,
std::shared_ptr<FSAccessor> accessor) override;