Rename ros2-gz example

Remove example from the name to match the others.
This commit is contained in:
Ben Wolsieffer 2024-10-15 21:42:03 -04:00
parent a5a2a217b3
commit a3f78410d1
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@
devShells = {
example-turtlebot3-gazebo = import ./examples/turtlebot3-gazebo.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;