mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Add copyClosure utility function for Hydra
This commit is contained in:
parent
629ab80022
commit
35db4f65a0
2 changed files with 29 additions and 0 deletions
|
@ -585,6 +585,11 @@ void copyStorePath(ref<Store> srcStore, ref<Store> dstStore,
|
|||
const Path & storePath, bool repair = false);
|
||||
|
||||
|
||||
/* Copy the closure of the specified paths from one store to another. */
|
||||
void copyClosure(ref<Store> srcStore, ref<Store> dstStore,
|
||||
const PathSet & storePaths, bool repair = false);
|
||||
|
||||
|
||||
/* Remove the temporary roots file for this process. Any temporary
|
||||
root becomes garbage after this point unless it has been registered
|
||||
as a (permanent) root. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue