Nix Installation Guide: Difference between revisions

imported>Mic92
nix-user-chroot + sandbox don't compose
imported>Mic92
No edit summary
Line 56: Line 56:


<code>nix-user-chroot</code> can now be used to install Nix.
<code>nix-user-chroot</code> can now be used to install Nix.
In this example, the Nix store will be installed to <code>~/.nix</code>.
 
This method will also require to deactivate the build sandbox of nix, since  
This method will also require to deactivate the build sandbox of nix, since  
creating a nested sandbox is not supported:
creating a nested sandbox is not supported:
Line 64: Line 64:
sandbox = false
sandbox = false
</syntaxHighlight>
</syntaxHighlight>
In this example, the Nix store will be installed to <code>~/.nix</code>.


<syntaxHighlight lang="console">
<syntaxHighlight lang="console">