From 17ad8a5dbc201a5f1fca4660109d415978cb7df2 Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Mon, 26 Jan 2026 14:16:29 +0100 Subject: [PATCH] fix: remove nodejs from extended tools to prevent conflict The clawdbot package bundles nodejs_22 in its extended tools, which conflicts with system-installed nodejs when both are in home.packages. The clawdbot-gateway wrapper already references node internally via makeWrapper, so there's no need to expose node in the tools bundle. Fixes #15 --- nix/tools/extended.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/tools/extended.nix b/nix/tools/extended.nix index 95b79527..1dd01c0d 100644 --- a/nix/tools/extended.nix +++ b/nix/tools/extended.nix @@ -18,7 +18,6 @@ let ensure = names: safe (map pick names); baseNames = [ - "nodejs_22" "pnpm_10" "git" "curl"