Fix IFD with chroot store
This commit is contained in:
@@ -82,7 +82,7 @@ StringMap EvalState::realiseContext(const PathSet & context)
|
||||
paths. */
|
||||
if (allowedPaths) {
|
||||
for (auto & [_placeholder, outputPath] : res) {
|
||||
allowPath(outputPath);
|
||||
allowPath(store->toRealPath(outputPath));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user