From 5167318ed1b9055d7642df95984dfcae4810e9aa Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 13:08:29 +1200 Subject: Fill in more nix files and fix issue in BusyBox nix --- nix/busybox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix/busybox.nix') diff --git a/nix/busybox.nix b/nix/busybox.nix index 9993e2d..b7fa944 100644 --- a/nix/busybox.nix +++ b/nix/busybox.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { preConfigure = '' cp ${./busybox_config} .config ''; - installPhase = { + installPhase = '' make install CONFIG_PREFIX=$out - }; + ''; } -- cgit v1.2.3