{pkgs ? import {}}: pkgs.mkShell { packages = with pkgs; [ bun biome nodePackages.eas-cli ]; }