diff --git a/doc/submitting-changes.xml b/doc/submitting-changes.xml index 9c98abbe87a..2c7defb8174 100644 --- a/doc/submitting-changes.xml +++ b/doc/submitting-changes.xml @@ -244,7 +244,7 @@ Additional information. When sandbox builds are enabled, Nix will setup an isolated environment for each build process. It is used to remove further hidden dependencies set by the build environment to improve reproducibility. This includes access to the network during the build outside of fetch* functions and files outside the Nix store. Depending on the operating system access to other resources are blocked as well (ex. inter process communication is isolated on Linux); see build-use-sandbox in Nix manual for details. + xlink:href="https://nixos.org/nix/manual/#conf-sandbox">sandbox in Nix manual for details. @@ -265,7 +265,7 @@ Additional information. Globally enable sandboxing on non-NixOS platforms: add the following to: /etc/nix/nix.conf -build-use-sandbox = true +sandbox = true