daemon: Canonicalize gids to 0.
authorEelco Dolstra <eelco.dolstra@logicblox.com>
Tue, 12 Jan 2016 16:27:40 +0000 (17:27 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 31 May 2016 12:25:28 +0000 (14:25 +0200)
commit56b8f56788b082fc54dedbb003b2891294dd6c22
tree6ba5ec17c3f28d4b342f8ec11c815527c27ae4c0
parent7f3b2510d6b050b8fb0974fa0cd7a164ac51f6d1
daemon: Canonicalize gids to 0.

Previously files in the Nix store were owned by root or by nixbld,
depending on whether they were created by a substituter or by a
builder. This doesn't matter much, but causes spurious diffoscope
differences. So use root everywhere.
nix/libstore/local-store.cc