From 3813206a3eca7f2a203160b5db3623a93789d752 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sat, 4 Apr 2026 13:38:04 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20add=20nodejs=20and=20python3=20to=20pha?= =?UTF-8?q?ntom-ship=20for=20openclaw=20plugins=20=F0=9F=93=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixos/hosts/phantom-ship.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index ffa28d5..94b515f 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -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.