1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00
nix-ros-overlay/gazebo-ros-setup-hook.sh
2019-05-12 19:09:30 -04:00

4 lines
112 B
Bash

_gazeboPluginPathHook() {
addToSearchPath GAZEBO_PLUGIN_PATH "@out@/lib"
}
postHooks+=(_gazeboPluginPathHook)