mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
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:
parent
f119eefe02
commit
23c7c45f04
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue