let pkgs = import {}; in pkgs.mkShell { buildInputs = [ pkgs.go ]; }