add node for web stuff
parent
c32219554a
commit
1840829e9e
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
, gdb
|
, gdb
|
||||||
, glxinfo
|
, glxinfo
|
||||||
|
, nodejs
|
||||||
, parallel
|
, parallel
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python
|
, python
|
||||||
|
|
@ -64,6 +65,9 @@ in mkShell rec {
|
||||||
zig
|
zig
|
||||||
zip
|
zip
|
||||||
|
|
||||||
|
# For web and wasm stuff
|
||||||
|
nodejs
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
gdb
|
gdb
|
||||||
parallel
|
parallel
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue