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