From 11badcc29e43c4958fb2fef063ddf11af49f3d94 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 18 Jan 2017 16:07:07 +0100 Subject: [PATCH] steveej-laptop: use builtin for build maxJobs --- nixos-configuration/steveej-laptop/hw.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos-configuration/steveej-laptop/hw.nix b/nixos-configuration/steveej-laptop/hw.nix index 9b4c429..3fb8d9f 100644 --- a/nixos-configuration/steveej-laptop/hw.nix +++ b/nixos-configuration/steveej-laptop/hw.nix @@ -4,8 +4,7 @@ { config, lib, pkgs, ... }: { - nix.maxJobs = 2; - nix.buildCores = 4; + nix.maxJobs = lib.mkDefault 2; hardware.enableAllFirmware = true; hardware.trackpoint.emulateWheel = true;