{ pkgs ? import { } }: pkgs.mkShell { buildInputs = [ pkgs.nix-prefetch-git pkgs.go ]; }