Hi, On Sun, 2026-01-18 at 12:55 +0000, Ashish SHUKLA wrote: > % guix shell --pure -L guix lua-evolved [email protected] --search-paths > export PATH="/gnu/store/6nwggy1vd3368hpin7qgl2zs2imi8501-profile/bin" > export > LUA_PATH="/gnu/store/6nwggy1vd3368hpin7qgl2zs2imi8501- > profile/share/lua/5.3/evolved.lua"
I have also noticed that there is a standard variable and a `GUIX`- prefixed variable? Like for example, `PYTHONPATH` versus `GUIX_PYTHONPATH`. In this context, GUIX_LUA_PATH - is it okay in this case? And why/why not? (See [example](https://git.sr.ht/~unwox/guix-pkgs/tree/master/item/unwox.scm#L400 )) > Other alternative, if we're not to do this search-path dance, then > other > alternative would be manually exporting `LUA_PATH' in `guix shell': Is there any particular case when I must avoid using `native-search- paths`? Regards, Ashvith
