Set env. variables needed for off-line function

This commit is contained in:
Michal Sojka 2024-09-15 19:29:36 +02:00
parent 3ad25643a0
commit f119eefe02

View file

@ -72,6 +72,8 @@
makeWrapperArgs = [
"--set-default ROS_HOME ${rosdep-cache}"
"--set-default ROSDEP_SOURCE_PATH ${rosdistro}/rosdep/sources.list.d"
"--set ROSDISTRO_INDEX_URL file://${rosdistro}/index-v4.yaml"
"--set ROS_OS_OVERRIDE nixos"
];
};
in