From b94d24f85565df3ebff8a064d74edfa6ca84d103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 4 Mar 2022 13:36:17 +0100 Subject: [PATCH] rpi2: unset nix.buildCores by default it already sets buildCores == available cores --- raspberry-pi/2/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/raspberry-pi/2/default.nix b/raspberry-pi/2/default.nix index 4774c15..d22db5b 100644 --- a/raspberry-pi/2/default.nix +++ b/raspberry-pi/2/default.nix @@ -20,8 +20,6 @@ }; }; - nix.buildCores = 4; - nixpkgs.config.platform = lib.systems.platforms.raspberrypi2; # cpufrequtils doesn't build on ARM