{ pkgs ? import { } }: with pkgs; mkShell { nativeBuildInputs = [ go ]; }