mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Improve progress indicator
This commit is contained in:
parent
e80257f122
commit
b01d62285c
26 changed files with 339 additions and 168 deletions
|
@ -19,7 +19,7 @@ using namespace nix;
|
|||
|
||||
static Expr * parseStdin(EvalState & state)
|
||||
{
|
||||
Activity act(*logger, lvlTalkative, format("parsing standard input"));
|
||||
//Activity act(*logger, lvlTalkative, format("parsing standard input"));
|
||||
return state.parseExprFromString(drainFD(0), absPath("."));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue