mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
Work around https://github.com/lopsided98/nix-ros-overlay/pull/624 in generated shell.nix
This commit is contained in:
parent
492374c57a
commit
83c04566d1
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue