about summary refs log tree commit diff
path: root/third_party/nix/src/nix/eval.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix/eval.cc')
-rw-r--r--third_party/nix/src/nix/eval.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nix/src/nix/eval.cc b/third_party/nix/src/nix/eval.cc
index 34d91ba1f0..9da265a641 100644
--- a/third_party/nix/src/nix/eval.cc
+++ b/third_party/nix/src/nix/eval.cc
@@ -2,7 +2,6 @@
 #include "command.hh"
 #include "common-args.hh"
 #include "json.hh"
-#include "progress-bar.hh"
 #include "shared.hh"
 #include "store-api.hh"
 #include "value-to-json.hh"
@@ -40,8 +39,6 @@ struct CmdEval : MixJSON, InstallableCommand {
     auto v = installable->toValue(*state);
     PathSet context;
 
-    stopProgressBar();
-
     if (raw) {
       std::cout << state->coerceToString(noPos, *v, context);
     } else if (json) {