Add FIXME

(cherry picked from commit 2f494531b7)
This commit is contained in:
Eelco Dolstra 2020-04-06 14:28:37 +02:00
parent a6dfa3cb85
commit 26aeeb7653

View file

@ -63,6 +63,8 @@ struct PathInput : Input
{
auto input = std::make_shared<PathInput>(*this);
// FIXME: check whether access to 'path' is allowed.
auto storePath = store->maybeParseStorePath(path);
if (storePath)