Compare commits
No commits in common. "main" and "1.0" have entirely different histories.
|
@ -4,11 +4,12 @@
|
|||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.nodejs
|
||||
pkgs.yarn
|
||||
pkgs.yarn # Optional, if you prefer yarn over npm
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
export NODE_PATH=$(pwd)/node_modules
|
||||
echo "audio uploader development shell"
|
||||
echo "Welcome to the audio uploader development shell!"
|
||||
'';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue