{ pkgs ? import {} }: pkgs.mkShell { name = "squiggle-root"; buildInputs = with pkgs; [ nodePackages.yarn ]; }