mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-24 19:57:02 +00:00
This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
5 lines
108 B
Bash
5 lines
108 B
Bash
addErlLibPath() {
|
|
addToSearchPath ERL_LIBS $1/lib/elixir/lib
|
|
}
|
|
|
|
addEnvHooks "$hostOffset" addErlLibPath
|