mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
Allow rosdep to work.
This commit is contained in:
parent
2ce4cae84f
commit
c3831d92c1
1 changed files with 5 additions and 0 deletions
|
@ -89,6 +89,11 @@ in {
|
|||
masterUri = mkDefault "http://${cfg.hostname}:11311/";
|
||||
};
|
||||
|
||||
environment.etc."ros/rosdep/sources.list.d/20-default.list".source = pkgs.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/ros/rosdistro/225c14be89fdf7ecf028b4cf85fa82032f7728e1/rosdep/sources.list.d/20-default.list";
|
||||
sha256 = "0kxknc42y01pci8fxzhg84ybhgqyxqimycck27vb4b282lqfkzj7";
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
ROS_HOSTNAME = cfg.hostname;
|
||||
ROS_MASTER_URI = cfg.masterUri;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue