feat: add nodejs and python3 to phantom-ship for openclaw plugins 📦

This commit is contained in:
DannyDannyDanny 2026-04-04 13:38:04 +02:00
parent 52649f500a
commit 3813206a3e

View file

@ -79,7 +79,9 @@ in
# Passwordless sudo for wheel.
security.sudo.wheelNeedsPassword = false;
environment.systemPackages = with pkgs; [
git # clone/bootstrap and dotfiles-rebuild timer
git # clone/bootstrap and dotfiles-rebuild timer
nodejs # npm for openclaw plugin installs
python3 # node-gyp dependency for openclaw plugins
];
# OpenClaw AI gateway — Telegram bot, Anthropic API.