{ pkgs ? import { } }: pkgs.mkShell rec { buildInputs = with pkgs; [ go gopls ]; }