mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 02:04:49 +03:00
7 lines
77 B
Nix
7 lines
77 B
Nix
{ ... }: {
|
|
imports = [
|
|
./core.nix
|
|
./ros.nix
|
|
./nodes.nix
|
|
];
|
|
}
|