mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
Rename ros2-gz example
Remove example from the name to match the others.
This commit is contained in:
parent
a5a2a217b3
commit
a3f78410d1
2 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
devShells = {
|
devShells = {
|
||||||
example-turtlebot3-gazebo = import ./examples/turtlebot3-gazebo.nix { inherit pkgs; };
|
example-turtlebot3-gazebo = import ./examples/turtlebot3-gazebo.nix { inherit pkgs; };
|
||||||
example-ros2-basic = import ./examples/ros2-basic.nix { inherit pkgs; };
|
example-ros2-basic = import ./examples/ros2-basic.nix { inherit pkgs; };
|
||||||
example-ros2-gz = import ./examples/ros2-gz-example.nix { inherit pkgs; };
|
example-ros2-gz = import ./examples/ros2-gz.nix { inherit pkgs; };
|
||||||
};
|
};
|
||||||
}) // {
|
}) // {
|
||||||
overlays.default = import ./overlay.nix;
|
overlays.default = import ./overlay.nix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue