diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-04-26T15·58+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-04-26T15·58+0200 |
commit | 45ce2c7413bf8c87aa7d5bc70a5a1c920c40a3b8 (patch) | |
tree | 6cd3449895600debb9c0eb81d15f69dc929cc8bd /src/nix-store/nix-store.cc | |
parent | 98a2adb1359ec35ac8da7a52754d2290531f8cef (diff) |
Doh
Diffstat (limited to 'src/nix-store/nix-store.cc')
-rw-r--r-- | src/nix-store/nix-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 9131b74dfb41..950222812e2b 100644 --- a/src/nix-store/nix-store.cc +++ b/src/nix-store/nix-store.cc @@ -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; }; |