{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ libevent clang-tools ]; inputsFrom = [ (pkgs.callPackage ./default.nix { }) ]; }