feat: minor change to flake

This commit is contained in:
Yarmo Mackenbach 2024-06-15 19:19:36 +02:00
parent 1ed3051f45
commit c651c4e148
No known key found for this signature in database
GPG key ID: C248C28D432560ED

View file

@ -18,7 +18,8 @@
]; ];
shellHook = '' shellHook = ''
echo "node `${pkgs.nodejs_20}/bin/node --version`" echo "node: `${nodejs_20}/bin/node --version`"
echo "npm: `${nodejs_20}/bin/npm --version`"
''; '';
}; };
}); });