{ pkgs ? import {}, ...}: pkgs.mkShell { buildInputs = [ pkgs.nixpkgs-fmt ]; }