about summary refs log tree commit diff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-12-11T17·52+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-12-11T17·52+0000
commit652817046b2f999e29de8109fce9c61b5b18d22c (patch)
treeae071f7ffbadc587519b181d2e9b36c1be848f01 /src/libstore/globals.hh
parent5a569509b491d43bfcb5c72e85a6d7374a583228 (diff)
* Revert r13150: now that we use private namespaces for the chroot, we
  don't have to put the chroot in /nix/var/nix/chroots anymore.
  They're back in /tmp now.

Diffstat (limited to '')
-rw-r--r--src/libstore/globals.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 7e973025c978..b8e2bae66e65 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -35,12 +35,6 @@ extern string nixLibexecDir;
 /* nixBinDir is the directory where the main programs are stored. */
 extern string nixBinDir;
 
-/* nixChrootsDir is the directory where we create chroot environments
-   (when chroot builds are enabled).  We don't put these under /tmp to
-   prevent "rm -rf /tmp" from recursing into /nix/store via the bind
-   mounts in the chroots. */
-extern string nixChrootsDir;
-
 
 /* Misc. global flags. */