From ddc58e789636e1b94149c342575d92583251fbf6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 22 Feb 2018 12:27:25 +0100 Subject: Enable sandbox builds on Linux by default The overhead of sandbox builds is a problem on NixOS (since building a NixOS configuration involves a lot of small derivations) but not for typical non-NixOS use cases. So outside of NixOS we can enable it. Issue #179. --- doc/manual/release-notes/rl-2.0.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/manual/release-notes') diff --git a/doc/manual/release-notes/rl-2.0.xml b/doc/manual/release-notes/rl-2.0.xml index 0d5296cc9007..f0f44ae260bb 100644 --- a/doc/manual/release-notes/rl-2.0.xml +++ b/doc/manual/release-notes/rl-2.0.xml @@ -809,6 +809,10 @@ configureFlags = "--prefix=${placeholder "out"} --includedir=${placeholder "dev" + + Sandbox builds are now enabled by default on Linux. + + Values such as Booleans, integers, (nested) lists and attribute sets can