aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-17 10:06:20 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-17 10:06:20 -0400
commit6c01fb4d68a80f63c692492bb91c1aa2e17b5a8f (patch)
tree23802fd802fd71223c63e0a612d10f788c577393 /src/libstore
parent53b24f351852498c52377c2f011617af04bc76fa (diff)
Update Nix 1.1 release notes
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/build.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index 8eb5dfa41..12940e268 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -1796,6 +1796,9 @@ void DerivationGoal::startBuilder()
with outside processes using SysV IPC mechanisms (shared
memory, message queues, semaphores). It also ensures that
all IPC objects are destroyed when the builder exits.
+
+ - The UTS namespace ensures that builders see a hostname of
+ localhost rather than the actual hostname.
*/
#if CHROOT_ENABLED
if (useChroot) {