mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
6427d04c23
which contains lua shell utilities that can be reused during the creation of an environment. Makes sense because the generation of LUA_PATH is a bit different than other ecosystems.
5 lines
67 B
Bash
5 lines
67 B
Bash
# set -e
|
|
|
|
source ./utils.sh
|
|
addEnvHooks "$hostOffset" addToLuaPath
|