mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
remove error-demo from make; clean up comment
This commit is contained in:
parent
0e49de6a2b
commit
b7057fa627
2 changed files with 1 additions and 3 deletions
|
@ -663,7 +663,6 @@ Expr * EvalState::parseExprFromString(std::string_view s, const Path & basePath)
|
|||
Expr * EvalState::parseStdin()
|
||||
{
|
||||
//Activity act(*logger, lvlTalkative, format("parsing standard input"));
|
||||
// return parseExprFromString(foStdin, drainFD(0), absPath("."));
|
||||
return parse(drainFD(0).data(), foStdin, "", absPath("."), staticBaseEnv);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue