forked from lix-project/lix
Merge pull request #5844 from Kha/fix-ifd-chroot-once-more
Fix IFD with chroot store
This commit is contained in:
commit
d7b286fc77
|
@ -82,7 +82,7 @@ StringMap EvalState::realiseContext(const PathSet & context)
|
|||
paths. */
|
||||
if (allowedPaths) {
|
||||
for (auto & [_placeholder, outputPath] : res) {
|
||||
allowPath(outputPath);
|
||||
allowPath(store->toRealPath(outputPath));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue