{ pkgs ? import { } , }: pkgs.mkShell { packages = with pkgs; [ pkgs.bun pkgs.just ]; }