Skip to content
Snippets Groups Projects
Commit 7c54f160 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Do chroot builds in a private namespace. This means that all the

  bind-mounts we do are only visible to the builder process and its
  children.  So accidentally doing "rm -rf" on the chroot directory
  won't wipe out /nix/store and other bind-mounted directories
  anymore.  Also, the bind-mounts in the private namespace disappear
  automatically when the builder exits.
parent 07cdfb09
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment