mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 21:13:40 +00:00
f0e64ce16f
Manual migration for the sake of by-name migration is no longer discouraged since #340235.
6 lines
116 B
Bash
6 lines
116 B
Bash
addRepDLLoadPath () {
|
|
addToSearchPath REP_DL_LOAD_PATH $1/lib/rep
|
|
}
|
|
|
|
addEnvHooks "$hostOffset" addRepDLLoadPath
|