mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
parent
a6dfa3cb85
commit
26aeeb7653
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue