{ pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ nixpkgs-fmt git vim lazygit ]; shellHook = '' # ... ''; }