diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-12-11T17·52+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-12-11T17·52+0000 |
commit | 652817046b2f999e29de8109fce9c61b5b18d22c (patch) | |
tree | ae071f7ffbadc587519b181d2e9b36c1be848f01 /src/libstore/globals.cc | |
parent | 5a569509b491d43bfcb5c72e85a6d7374a583228 (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 'src/libstore/globals.cc')
-rw-r--r-- | src/libstore/globals.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc index 27d75faec248..296cc4ac8029 100644 --- a/src/libstore/globals.cc +++ b/src/libstore/globals.cc @@ -16,7 +16,6 @@ string nixDBPath = "/UNINIT"; string nixConfDir = "/UNINIT"; string nixLibexecDir = "/UNINIT"; string nixBinDir = "/UNINIT"; -string nixChrootsDir = "/UNINIT"; bool keepFailed = false; bool keepGoing = false; |