mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-09 17:42:22 +03:00
4 lines
112 B
Bash
4 lines
112 B
Bash
_gazeboPluginPathHook() {
|
|
addToSearchPath GAZEBO_PLUGIN_PATH "@out@/lib"
|
|
}
|
|
postHooks+=(_gazeboPluginPathHook)
|