Don't allow overriding env. variables

This would probably lead to weird errors, which I'm not interested in
dealing with.
This commit is contained in:
Michal Sojka 2024-09-15 19:30:18 +02:00
parent f119eefe02
commit 23c7c45f04

View file

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