{ pkgs ? import { }, }: with pkgs; mkShell { packages = [ bun cargo-make ]; }