From 1840829e9e2828e86762d92fcdf093dbeb0a2e88 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 3 Dec 2022 21:34:14 -0800 Subject: [PATCH] add node for web stuff --- nix/devshell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/devshell.nix b/nix/devshell.nix index 3fe3ff966..3326f83d6 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -2,6 +2,7 @@ , gdb , glxinfo +, nodejs , parallel , pkg-config , python @@ -64,6 +65,9 @@ in mkShell rec { zig zip + # For web and wasm stuff + nodejs + # Testing gdb parallel