add nodejs to nix dev env (#7283)

it is required to build jsonrpc client npm package and for the stdio
server npm package
This commit is contained in:
Simon Laux
2025-10-09 16:27:12 +02:00
committed by GitHub
parent 0bc9fe841a
commit 00ae7ce33c

View File

@@ -587,6 +587,7 @@
(python3.withPackages (pypkgs: with pypkgs; [
tox
]))
nodejs
];
};
}