Add initial README

This commit is contained in:
Michal Sojka 2024-09-14 12:17:28 +02:00
parent 3698df8fe6
commit 6e8ad35fe7

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# ros2nix
Tool to convert [ROS][] `package.xml` to [Nix][] expressions
compatible with [nix-ros-overlay][].
This is work-in-progress. I'll add documentation after it works
reasonably well.
[ROS]: https://www.ros.org/
[Nix]: https://nixos.org/
[nix-ros-overlay]: https://github.com/lopsided98/nix-ros-overlay