Hi, Yesterday, I try to use compile some document with context, so I install texlive in guix. However, when I run "context --version", I get the following error:
mtxrun | unknown script 'context.lua' or 'mtx-context.lua' After doing some searching, I find out that the following works: $ TEXMF=`guix build texlive-texmf` context --version What should I add to native-search-path to set the TEXMF variable to the output path? Cheers, Alex