with (import {}); mkShell { buildInputs = [ yarn nodejs ] ++ (with pkgs.nodePackages; [ npm nodemon ]); shellHook = '' export NAME="react-shell" export NODE_OPTIONS=--openssl-legacy-provider ''; }