mirror of
https://github.com/NixOS/nix
synced 2025-06-30 11:43:15 +02:00
Fix repair during substitution
This commit is contained in:
parent
3be2e71ab3
commit
b66ab6cdbc
3 changed files with 5 additions and 4 deletions
|
@ -503,7 +503,7 @@ Path computeStorePathForText(const string & name, const string & s,
|
|||
|
||||
/* Copy a path from one store to another. */
|
||||
void copyStorePath(ref<Store> srcStore, ref<Store> dstStore,
|
||||
const Path & storePath);
|
||||
const Path & storePath, bool repair = false);
|
||||
|
||||
|
||||
/* Remove the temporary roots file for this process. Any temporary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue