mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
Set env. variables needed for off-line function
This commit is contained in:
parent
3ad25643a0
commit
f119eefe02
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
"--set-default ROS_HOME ${rosdep-cache}"
|
"--set-default ROS_HOME ${rosdep-cache}"
|
||||||
"--set-default ROSDEP_SOURCE_PATH ${rosdistro}/rosdep/sources.list.d"
|
"--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
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue