{pkgs ? import {}}: pkgs.mkShell { packages = with pkgs; [ go websocat (go-migrate.overrideAttrs (oldAttrs: { tags = ["postgres"]; })) ]; }