let pkgs = import { }; in pkgs.mkShell { name = "env"; buildInputs = with pkgs; [ nodejs tree-sitter emscripten ]; }