diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 13:30:15 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 13:30:15 +1200 |
| commit | c39c964376a6bd78578de00898bb96d7892977d7 (patch) | |
| tree | 060c20adeb7df1994ce4695847556d04f720473b /nix | |
| parent | f507dab8cdabe6a3202d6c5d0b21dbe42245ab8f (diff) | |
| download | yerbalinux-c39c964376a6bd78578de00898bb96d7892977d7.tar.xz yerbalinux-c39c964376a6bd78578de00898bb96d7892977d7.zip | |
preconfig?
Diffstat (limited to 'nix')
| -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 |
