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:
parent
11898d6a37
commit
97002b684c
2 changed files with 4 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue