🤖 nix: package gateway extensions

Copy extensions/ into moltbot-gateway output so bundled plugins are discoverable.

Tests: nix flake check
This commit is contained in:
DJTBOT
2026-01-29 22:03:35 +01:00
parent c1b8726a61
commit 94e1f7f785
+3
View File
@@ -3,6 +3,9 @@ set -e
mkdir -p "$out/lib/moltbot" "$out/bin"
cp -r dist node_modules package.json ui "$out/lib/moltbot/"
if [ -d extensions ]; then
cp -r extensions "$out/lib/moltbot/"
fi
if [ -z "${STDENV_SETUP:-}" ]; then
echo "STDENV_SETUP is not set" >&2