From 5ac51e1f7f23ab010fa41baf2f155376379b5958 Mon Sep 17 00:00:00 2001 From: mikl Date: Fri, 10 Jul 2026 23:12:52 +0300 Subject: [PATCH] feat: add nodejs for pi-coding-agent runtime --- home/cli.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/cli.nix b/home/cli.nix index 8aab14b..12ca652 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -19,8 +19,9 @@ # Editor micro - # Node - pnpm # fast node package manager + # Node.js ecosystem + nodejs # runtime for pi-coding-agent and other JS tools + pnpm # fast node package manager # Secrets (pass.withExtensions (ext: [ ext.pass-otp ]))