Update manage-audio/shell.nix
parent
522b10bfa5
commit
761176bb98
|
@ -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"
|
||||
'';
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue