{ pkgs ? import { } }: pkgs.mkShell { packages = [ pkgs.go pkgs.gomod2nix ]; }