diff options
| -rw-r--r-- | nix/busybox.nix | 1 |
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 |
