feat: add nodejs and python3 to phantom-ship for openclaw plugins 📦
This commit is contained in:
parent
52649f500a
commit
3813206a3e
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ in
|
||||||
# Passwordless sudo for wheel.
|
# Passwordless sudo for wheel.
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
environment.systemPackages = with pkgs; [
|
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.
|
# OpenClaw AI gateway — Telegram bot, Anthropic API.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue