From 490ef54f1da87a43b3676a19e67fdf218d8494a0 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 14 Jan 2016 12:33:59 +0100 Subject: profiles/base: Switch to nix.buildCores This option has been there for a long time (since NixOS/nixpkgs@e8dace2), so let's actually use it instead of putting it into extraOptions to make sure we get an error should the option be renamed or removed. Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index 4fa7efa7..7d00f1d4 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -12,8 +12,8 @@ in { nix = { useChroot = true; readOnlyStore = true; + buildCores = 0; extraOptions = '' - build-cores = 0 auto-optimise-store = true ''; }; -- cgit 1.4.1