{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ go golangci-lint (enableDebugging mosquitto) wireshark delve ]; }