include nodejs in devShell

This commit is contained in:
778a69cd 2023-05-24 17:02:56 +02:00
parent 9e82a9d9af
commit f6a1b2822d

View file

@ -17,8 +17,9 @@
cmake cmake
imagemagick imagemagick
(yarn.override { (yarn.override {
nodejs = pkgs.nodejs-16_x; nodejs = nodejs-16_x;
}) })
nodejs-16_x
]; ];
}; };