forked from lix-project/lix
Merge pull request #9890 from obsidiansystems/remove-unneeded-toRealPath
Change an `allowPath` call to take a store path again
This commit is contained in:
commit
7c9ed1b1a3
|
@ -112,7 +112,7 @@ StringMap EvalState::realiseContext(const NixStringContext & context)
|
||||||
for (auto & outputPath : outputsToCopyAndAllow) {
|
for (auto & outputPath : outputsToCopyAndAllow) {
|
||||||
/* Add the output of this derivations to the allowed
|
/* Add the output of this derivations to the allowed
|
||||||
paths. */
|
paths. */
|
||||||
allowPath(store->toRealPath(outputPath));
|
allowPath(outputPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
|
|
Loading…
Reference in a new issue