{ pkgs ? import { } }: pkgs.mkShell { buildInputs = with pkgs; [ delve go golangci-lint gopls ]; hardeningDisable = [ "fortify" ]; }