{ pkgs ? import { } }: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ go_1_18 ]; }