{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.go ]; shellHook = '' unset GOPATH ''; }