1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 06:11:46 +02:00

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", "narHash",
}; };
} }
std::optional<Input> inputFromAttrs(const Attrs & attrs) const override std::optional<Input> inputFromAttrs(const Attrs & attrs) const override
{ {
getStrAttr(attrs, "path"); getStrAttr(attrs, "path");