As I run creating index, it fails because texlive.pkgs is not found:
▷ nix run github:nix-community/nix-index#nix-index
+ querying available packages
error: querying available packages failed
caused by: nix-env failed with error: nix-env failed with exit status: 1:
error: attribute 'pkgs' in selection path 'texlive.pkgs' not found
Did you mean one of pgf or psgo?
System:
▷ uname -a
Darwin mbp-m1-vladislav.local 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:30 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6000 arm64
▷ nix --version
nix (Nix) 2.18.5
As I run creating index, it fails because
texlive.pkgs
is not found:System: