This website requires JavaScript.
Explore
Help
Sign in
movefasta
/
nix-ros-overlay
Watch
1
Star
0
Fork
You've already forked nix-ros-overlay
0
mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced
2025-07-14 14:10:37 +03:00
Code
Activity
0811495d8c
nix-ros-overlay
/
modules
/
default.nix
8 lines
77 B
Nix
Raw
Normal View
History
Unescape
Escape
Add basic NixOS modules for starting ROS nodes.
2020-08-03 20:34:20 -04:00
{
.
.
.
}:
{
imports
=
[
./core.nix
Improve NixOS modules.
2020-08-07 14:40:04 -04:00
./ros.nix
./nodes.nix
Add basic NixOS modules for starting ROS nodes.
2020-08-03 20:34:20 -04:00
]
;
}
Copy permalink