{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ git git-crypt nixfmt ]; }