This commit is contained in:
Michal Sojka 2025-04-21 10:38:38 +02:00
parent 492374c57a
commit 83c04566d1

View file

@ -199,6 +199,10 @@ pkgs.mkShell {{
[ [
pkgs.colcon pkgs.colcon
pkgs.rosPackages.${{rosDistro}}.ros-core pkgs.rosPackages.${{rosDistro}}.ros-core
# Work around https://github.com/lopsided98/nix-ros-overlay/pull/624
pkgs.rosPackages.${{rosDistro}}.ament-cmake-core
pkgs.rosPackages.${{rosDistro}}.python-cmake-module
] ]
++ ( ++ (
with pkgs; with pkgs;