1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 22:20:34 +03:00
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
];
}