mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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