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