Duh, it's even simpler: { packageOverrides = pkgs: rec { myLatex = pkgs.texLiveAggregationFun { paths = [ pkgs.texLive pkgs.texLiveExtra ]; }; }; } This crashes while running "nix-env -iA myLatex".