diff --git a/examples/ros2-gz-example.nix b/examples/ros2-gz.nix similarity index 100% rename from examples/ros2-gz-example.nix rename to examples/ros2-gz.nix diff --git a/flake.nix b/flake.nix index e43c944f27..fe578fc02c 100644 --- a/flake.nix +++ b/flake.nix @@ -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;