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