mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
copyClosure() / copyStorePath(): Expose dontCheckSigs
Needed by Hydra.
This commit is contained in:
parent
4b8f1b0ec0
commit
e4655b166c
2 changed files with 6 additions and 6 deletions
|
@ -577,12 +577,12 @@ void checkStoreName(const string & name);
|
|||
|
||||
/* Copy a path from one store to another. */
|
||||
void copyStorePath(ref<Store> srcStore, ref<Store> dstStore,
|
||||
const Path & storePath, bool repair = false);
|
||||
const Path & storePath, bool repair = false, bool dontCheckSigs = 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);
|
||||
const PathSet & storePaths, bool repair = false, bool dontCheckSigs = false);
|
||||
|
||||
|
||||
/* Remove the temporary roots file for this process. Any temporary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue