{ pkgs ? import { } }: with pkgs; mkShell { BuildInputs = [ gcc ]; nativeBuildInputs = [ go_1_17 ]; }