This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

busybox: don't strip in debug config

+1 -1
+1 -1
packages/busybox/package.nix
··· 61 61 cat .config 62 62 make oldconfig 63 63 64 - make 64 + make ${lib.optionalString config.debug "SKIP_STRIP=y"} 65 65 66 66 mkdir -p $out/bin 67 67 cp busybox $out/bin