From 00ae7ce33c85de338657a90189283a5c9416d381 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Thu, 9 Oct 2025 16:27:12 +0200 Subject: [PATCH] add nodejs to nix dev env (#7283) it is required to build jsonrpc client npm package and for the stdio server npm package --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 527c463a6..216e046e3 100644 --- a/flake.nix +++ b/flake.nix @@ -587,6 +587,7 @@ (python3.withPackages (pypkgs: with pypkgs; [ tox ])) + nodejs ]; }; }