Merge branch 'main' of git.broken.graphics:alina/alinamarquardt.com

main
Alina Marquardt 2025-05-21 15:31:35 +02:00
commit e507a0ed25
1 changed files with 3 additions and 4 deletions

View File

@ -4,12 +4,11 @@
pkgs.mkShell { pkgs.mkShell {
buildInputs = [ buildInputs = [
pkgs.nodejs pkgs.nodejs
pkgs.yarn # Optional, if you prefer yarn over npm pkgs.yarn
]; ];
shellHook = '' shellHook = ''
export NODE_PATH=$(pwd)/node_modules export NODE_PATH=$(pwd)/node_modules
echo "Welcome to the audio uploader development shell!" echo "audio uploader development shell"
''; '';
} }