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