aboutsummaryrefslogtreecommitdiff
path: root/nix/busybox.nix
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-07 13:30:15 +1200
committerArslaan Pathan <[email protected]>2026-06-07 13:30:15 +1200
commitc39c964376a6bd78578de00898bb96d7892977d7 (patch)
tree060c20adeb7df1994ce4695847556d04f720473b /nix/busybox.nix
parentf507dab8cdabe6a3202d6c5d0b21dbe42245ab8f (diff)
downloadyerbalinux-c39c964376a6bd78578de00898bb96d7892977d7.tar.xz
yerbalinux-c39c964376a6bd78578de00898bb96d7892977d7.zip
preconfig?
Diffstat (limited to 'nix/busybox.nix')
-rw-r--r--nix/busybox.nix1
1 files changed, 1 insertions, 0 deletions
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