{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ go delve utillinux gnupg ]; }