Add FIXME

This commit is contained in:
Eelco Dolstra
2020-04-06 14:28:37 +02:00
parent 3473b1950a
commit 2f494531b7
+2
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)