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