add export to use all cores
Some checks failed
Build Custom Kernel / build-kernel (push) Failing after 0s

This commit is contained in:
2024-12-29 23:22:34 +01:00
parent 564a7994d8
commit 1f91bf6ad5

View File

@@ -2,6 +2,7 @@
On a NIX machine:
```bash
export NIX_BUILD_CORES=0
nix-build '<nixpkgs/nixos>' -A config.system.build.kernel --arg configuration ./custom-kernel.nix
```