From 1d038c42b2918afd994e4a04e57d1b981c69d2bd Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 13:32:01 +1200 Subject: custom buildPhase --- nix/busybox.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nix/busybox.nix') diff --git a/nix/busybox.nix b/nix/busybox.nix index 27f663f..d9e2c18 100644 --- a/nix/busybox.nix +++ b/nix/busybox.nix @@ -9,7 +9,9 @@ stdenv.mkDerivation { }; preConfigure = '' cp ${./busybox_config} .config - yes "n" | make oldconfig + ''; + buildPhase = '' + make -j$NIX_BUILD_CORES all ''; installPhase = '' make install CONFIG_PREFIX=$out -- cgit v1.2.3