let pkgs = import {}; in pkgs.mkShell { buildInputs = with pkgs; with xorg; [ libX11 libXinerama libXft clang-tools ]; }