mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
5 lines
87 B
Bash
5 lines
87 B
Bash
addRLibPath () {
|
|
addToSearchPath R_LIBS_SITE $1/library
|
|
}
|
|
|
|
envHooks+=(addRLibPath)
|