rpi4: don't override sane default for nix.buildCores

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Domen Kožar
2021-05-12 21:42:30 +02:00
committed by GitHub
parent 2b4ed534a8
commit bd06334074

View File

@@ -11,8 +11,7 @@
};
};
nix.buildCores = 4;
# Required for the Wireless firmware
hardware.enableRedistributableFirmware = true;
}
}