From 314296c8960bb6d83494e7ecaeb3b8e60c85d495 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 19 Apr 2023 19:55:48 +0200 Subject: [PATCH] Re-add nodejs to gandalf shell --- shells/gandalf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/gandalf.nix b/shells/gandalf.nix index fe634eed..c4094320 100644 --- a/shells/gandalf.nix +++ b/shells/gandalf.nix @@ -27,6 +27,7 @@ packages = with pkgs; [ imagemagick libyaml + nodejs ]; env = [ { name = "DATABASE_URL"; value = "mysql2://root:gandalf@127.0.0.1:3306/gandalf"; }