nix-ros-overlay/modules/default.nix
2020-08-07 14:40:04 -04:00

7 lines
77 B
Nix

{ ... }: {
imports = [
./core.nix
./ros.nix
./nodes.nix
];
}