mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Formatting
This commit is contained in:
parent
07790fdddf
commit
ceda58d112
2 changed files with 5 additions and 5 deletions
|
|
@ -762,7 +762,7 @@ std::map<StorePath, StorePath> copyPaths(ref<Store> srcStore, ref<Store> dstStor
|
|||
CheckSigsFlag checkSigs = CheckSigs,
|
||||
SubstituteFlag substitute = NoSubstitute);
|
||||
std::map<StorePath, StorePath> copyPaths(ref<Store> srcStore, ref<Store> dstStore,
|
||||
const StorePathSet& paths,
|
||||
const StorePathSet & paths,
|
||||
RepairFlag repair = NoRepair,
|
||||
CheckSigsFlag checkSigs = CheckSigs,
|
||||
SubstituteFlag substitute = NoSubstitute);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue