diff --git a/manage-audio/shell.nix b/manage-audio/shell.nix index c0281af..de232cd 100644 --- a/manage-audio/shell.nix +++ b/manage-audio/shell.nix @@ -4,12 +4,11 @@ pkgs.mkShell { buildInputs = [ pkgs.nodejs - pkgs.yarn # Optional, if you prefer yarn over npm + pkgs.yarn ]; shellHook = '' export NODE_PATH=$(pwd)/node_modules - echo "Welcome to the audio uploader development shell!" + echo "audio uploader development shell" ''; -} - +} \ No newline at end of file