{ nixpkgs ? import {} }: let inherit (nixpkgs) pkgs; myTex = with pkgs; texlive.combine { inherit (texlive) scheme-basic pdflatex; }; in [ myTex ]