let pkgs = import { }; in pkgs.mkShell { buildInputs = with pkgs; [ texlive.combined.scheme-full ]; }