From 761176bb9873d97a85437b9579e6bc760b4c5743 Mon Sep 17 00:00:00 2001 From: Alina Marquardt Date: Sat, 17 May 2025 12:49:19 +0200 Subject: [PATCH] Update manage-audio/shell.nix --- manage-audio/shell.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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