diff --git a/src/nix/repl.cc b/src/nix/repl.cc index 4723a1974b77..9304b2b1e9dc 100644 --- a/src/nix/repl.cc +++ b/src/nix/repl.cc @@ -14,6 +14,7 @@ #include "globals.hh" #include "command.hh" #include "finally.hh" +#include "progress-bar.hh" #include "src/linenoise/linenoise.h" @@ -693,6 +694,7 @@ struct CmdRepl : StoreCommand, MixEvalArgs void run(ref store) override { + stopProgressBar(); auto repl = std::make_unique(searchPath, openStore()); repl->mainLoop(files); }