Add FIXME

This commit is contained in:
Eelco Dolstra 2020-04-06 14:28:37 +02:00
parent 3473b1950a
commit 2f494531b7
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

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)