Fix IFD with chroot store

This commit is contained in:
Sebastian Ullrich 2021-12-29 18:42:02 +01:00
parent ed3bc63666
commit d0c8e9254e

View file

@ -82,7 +82,7 @@ StringMap EvalState::realiseContext(const PathSet & context)
paths. */
if (allowedPaths) {
for (auto & [_placeholder, outputPath] : res) {
allowPath(outputPath);
allowPath(store->toRealPath(outputPath));
}
}