commit bcad04fe2b527c8a2a9829050dc62210ae253351 parent a85d47409d3bc5c9460da3d4b8f292871824d410 Author: mtmn <miro@haravara.org> Date: Fri, 17 Apr 2026 20:44:37 +0200 void: install nodejs with npm Diffstat:
| M | hosts/void/default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -133,7 +133,7 @@ javascript = [ typescript-language-server - nodejs-slim_24 + nodejs_24 purescript esbuild ]