mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 01:39:36 +01:00
Hacky fast closure copying mechanism
This commit is contained in:
parent
bef40c2949
commit
3d9de41a5b
6 changed files with 55 additions and 1 deletions
|
|
@ -112,6 +112,8 @@ public:
|
|||
StorePathSet & willBuild, StorePathSet & willSubstitute, StorePathSet & unknown,
|
||||
uint64_t & downloadSize, uint64_t & narSize) override;
|
||||
|
||||
StorePaths importPaths(Source & source, CheckSigsFlag checkSigs) override;
|
||||
|
||||
void connect() override;
|
||||
|
||||
unsigned int getProtocol() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue