{ mkShell, go, gopls, go-tools }: mkShell { name = "go"; packages = [ go gopls go-tools ]; }