mirror of
https://github.com/openclaw/nix-openclaw.git
synced 2026-07-25 13:45:53 -04:00
🤖 nix: package gateway extensions
Copy extensions/ into moltbot-gateway output so bundled plugins are discoverable. Tests: nix flake check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user