mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
build-remote: Implement in C++
This commit is contained in:
parent
2af5d35fdc
commit
167d12b02c
12 changed files with 338 additions and 30 deletions
|
@ -608,6 +608,8 @@ void removeTempRoots();
|
|||
ref<Store> openStore(const std::string & uri = getEnv("NIX_REMOTE"));
|
||||
|
||||
|
||||
void copyPaths(ref<Store> from, ref<Store> to, const Paths & storePaths);
|
||||
|
||||
enum StoreType {
|
||||
tDaemon,
|
||||
tLocal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue