{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ go gopls gofumpt revive # add project-specific packages below ]; }