From 643a9f4589a33f8dc20476925bb922dbee905a7d Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 13 Feb 2015 04:52:24 +0100 Subject: common: Turn on Nix store auto-optimization. This makes sense especially on tishtushi where disk space is sparse, but also helps especially when testing/working on Nix expressions. Motivated by a message from @wmertens: http://lists.science.uu.nl/pipermail/nix-dev/2015-February/016180.html Signed-off-by: aszlig --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index 4d69f654..9d0d1cbc 100644 --- a/common.nix +++ b/common.nix @@ -9,6 +9,7 @@ readOnlyStore = true; extraOptions = '' build-cores = 0 + auto-optimise-store = true ''; }; -- cgit 1.4.1