mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
Add basic ROS2 support to the NixOS modules.
This commit is contained in:
parent
c0077930c0
commit
6c39cd534e
7 changed files with 295 additions and 17 deletions
|
@ -1,7 +1,10 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./core.nix
|
||||
./ros.nix
|
||||
./nodes.nix
|
||||
./common.nix
|
||||
./ros1/core.nix
|
||||
./ros1/ros.nix
|
||||
./ros1/nodes.nix
|
||||
./ros2/ros.nix
|
||||
./ros2/nodes.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue