{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ bat nix-prefetch-github nixpkgs-fmt ]; }