mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Fix IFD with chroot store
This commit is contained in:
parent
ed3bc63666
commit
d0c8e9254e
1 changed files with 1 additions and 1 deletions
|
@ -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