mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 00:22:13 +00:00
6 lines
102 B
Bash
6 lines
102 B
Bash
|
addRepDLLoadPath () {
|
||
|
addToSearchPath REP_DL_LOAD_PATH $1/lib/rep
|
||
|
}
|
||
|
|
||
|
envHooks+=(addRepDLLoadPath)
|