Whitespace

This commit is contained in:
Eelco Dolstra 2024-04-30 15:34:35 +02:00
parent 4161f3cfea
commit 4d99d07bc9

View file

@ -54,6 +54,7 @@ struct PathInputScheme : InputScheme
"narHash",
};
}
std::optional<Input> inputFromAttrs(const Attrs & attrs) const override
{
getStrAttr(attrs, "path");