add comment on nodejs versions

This commit is contained in:
Emil Lerch 2023-12-19 13:52:44 -08:00
parent 5a5f24f839
commit 40822559d6
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -13,6 +13,7 @@
{
devShells.default = systempkgs.mkShell {
buildInputs = with systempkgs; [
# specific nodejs versions available, e.g. nodejs_18
nodejs
nodePackages.aws-cdk
];