1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-18 21:38:40 +03:00
nix-ros-overlay/modules/default.nix

7 lines
61 B
Nix
Raw Normal View History

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