mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
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. */
|
||||
if (allowedPaths) {
|
||||
for (auto & [_placeholder, outputPath] : res) {
|
||||
allowPath(outputPath);
|
||||
allowPath(store->toRealPath(outputPath));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user