forked from lix-project/lix
docstrings: NixRepl::getDerivationPath: exceptions directly thrown
getDerivationPath() directly throws nix::Error for invalid derivations
Change-Id: I81ead950060b789794fa683b61c6349fece1690d
This commit is contained in:
parent
6f6e3c98ba
commit
0a857e6e4a
|
@ -107,6 +107,11 @@ struct NixRepl
|
|||
void initEnv() override;
|
||||
|
||||
virtual StringSet completePrefix(const std::string & prefix) override;
|
||||
|
||||
/**
|
||||
* @exception nix::Error thrown directly if the expression does not evaluate
|
||||
* to a derivation, or evaluates to an invalid derivation.
|
||||
*/
|
||||
StorePath getDerivationPath(Value & v);
|
||||
ProcessLineResult processLine(std::string line);
|
||||
|
||||
|
|
Loading…
Reference in a new issue