{ pkgs ? import { } }: with pkgs; mkShell { packages = [ nixpkgs-fmt treefmt ]; }