mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
Whitespace
This commit is contained in:
parent
4161f3cfea
commit
4d99d07bc9
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue