let pkgs = import {}; in pkgs.mkShell { buildInputs = with pkgs; [ ocaml pkg-config opam xorg.libX11 ]; }