fix: preserve compiled api bundle

This commit is contained in:
암냥 2026-08-26 14:49:44 +09:00
commit ab3b945c00

View file

@ -32,6 +32,10 @@ let
nativeBuildInputs = [ pkgs.bun ]; nativeBuildInputs = [ pkgs.bun ];
# Bun standalone executables contain the bundled application after the
# ELF sections; stripping them leaves only the Bun runtime.
dontStrip = true;
dontConfigure = true; dontConfigure = true;
buildPhase = '' buildPhase = ''