Re-add nodejs to gandalf shell

This commit is contained in:
Charlotte Van Petegem 2023-04-19 19:55:48 +02:00
parent 84170617ea
commit 314296c896
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -27,6 +27,7 @@
packages = with pkgs; [
imagemagick
libyaml
nodejs
];
env = [
{ name = "DATABASE_URL"; value = "mysql2://root:gandalf@127.0.0.1:3306/gandalf"; }