mirror of
https://github.com/NixOS/nix
synced 2025-06-30 03:23:16 +02:00
* 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.
This commit is contained in:
parent
5a569509b4
commit
652817046b
4 changed files with 1 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue