diff options
Diffstat (limited to 'src/nix-store')
-rw-r--r-- | src/nix-store/nix-store.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 2e530ae52a3a..77ad517a7170 100644 --- a/src/nix-store/nix-store.cc +++ b/src/nix-store/nix-store.cc @@ -842,6 +842,7 @@ static void opServe(Strings opFlags, Strings opArgs) settings.maxLogSize = readInt(in); if (GET_PROTOCOL_MINOR(clientVersion) >= 3) settings.set("build-repeat", std::to_string(readInt(in))); + settings.printRepeatedBuilds = false; }; while (true) { |