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