1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 02:23:33 +02:00

rpi2: unset nix.buildCores

by default it already sets buildCores == available cores
This commit is contained in:
Jörg Thalheim 2022-03-04 13:36:17 +01:00
parent 3e4d52da0a
commit b94d24f855
No known key found for this signature in database

View File

@ -20,8 +20,6 @@
};
};
nix.buildCores = 4;
nixpkgs.config.platform = lib.systems.platforms.raspberrypi2;
# cpufrequtils doesn't build on ARM