aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/repl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcmd/repl.cc')
-rw-r--r--src/libcmd/repl.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libcmd/repl.cc b/src/libcmd/repl.cc
index 46b6d57ed..02aa5a272 100644
--- a/src/libcmd/repl.cc
+++ b/src/libcmd/repl.cc
@@ -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);