From c39c964376a6bd78578de00898bb96d7892977d7 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 13:30:15 +1200 Subject: preconfig? --- nix/busybox.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix') diff --git a/nix/busybox.nix b/nix/busybox.nix index 37511fd..27f663f 100644 --- a/nix/busybox.nix +++ b/nix/busybox.nix @@ -9,6 +9,7 @@ stdenv.mkDerivation { }; preConfigure = '' cp ${./busybox_config} .config + yes "n" | make oldconfig ''; installPhase = '' make install CONFIG_PREFIX=$out -- cgit v1.2.3