{ pkgs ? import {} }: pkgs.mkShell { name = "getif"; nativeBuildInputs = with pkgs; [ cmake pkg-config ]; buildInputs = with pkgs; [ docopt_cpp fmt_7 ]; }