{ pkgs ? import { } }: pkgs.mkShell { name = "go-shell"; buildInputs = with pkgs; [ go ]; }