{pkgs ? import {}}: pkgs.mkShell { packages = with pkgs; [ go wgo go-migrate pgformatter ]; }