mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
6 lines
101 B
Bash
6 lines
101 B
Bash
|
addRLibPath () {
|
||
|
addToSearchPath R_LIBS_SITE $1/library
|
||
|
}
|
||
|
|
||
|
envHooks=(${envHooks[@]} addRLibPath)
|