forked from lix-project/lix
Ensure that the ca-derivations bit is set when copying realisations
This should already hold, but better ensure it for future-proof-nees
This commit is contained in:
parent
f67ff1f575
commit
3b76f8f252
|
@ -786,6 +786,7 @@ void copyStorePath(ref<Store> srcStore, ref<Store> dstStore,
|
|||
std::map<StorePath, StorePath> copyPaths(ref<Store> srcStore, ref<Store> dstStore, const RealisedPath::Set & paths,
|
||||
RepairFlag repair, CheckSigsFlag checkSigs, SubstituteFlag substitute)
|
||||
{
|
||||
settings.requireExperimentalFeature("ca-derivations");
|
||||
StorePathSet storePaths;
|
||||
std::set<Realisation> realisations;
|
||||
for (auto path : paths) {
|
||||
|
|
Loading…
Reference in a new issue