Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 26, 2017
1 parent 98a2adb commit 45ce2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nix-store/nix-store.cc
Expand Up @@ -799,7 +799,7 @@ static void opServe(Strings opFlags, Strings opArgs)
if (GET_PROTOCOL_MINOR(clientVersion) >= 3) {
settings.buildRepeat = readInt(in);
settings.enforceDeterminism = readInt(in);
settings.runDiffHook = readInt(in);
settings.runDiffHook = true;
}
settings.printRepeatedBuilds = false;
};
Expand Down

0 comments on commit 45ce2c7

Please sign in to comment.