From bd06334074d2189cb8651a0c1984d9c0bb37d42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 12 May 2021 21:42:30 +0200 Subject: [PATCH] rpi4: don't override sane default for nix.buildCores MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörg Thalheim --- raspberry-pi/4/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/raspberry-pi/4/default.nix b/raspberry-pi/4/default.nix index 19cd71b..1ac0acb 100644 --- a/raspberry-pi/4/default.nix +++ b/raspberry-pi/4/default.nix @@ -11,8 +11,7 @@ }; }; - nix.buildCores = 4; # Required for the Wireless firmware hardware.enableRedistributableFirmware = true; -} \ No newline at end of file +}