{ pkgs ? import {} }: pkgs.mkShell { name = "dev-environment"; buildInputs = [ pkgs.net-snmp ]; }