regenerate all from new nix.repos

This commit is contained in:
Игорь Брылёв 2025-06-17 21:17:06 +03:00
parent 6f7b936b20
commit 3a255d5122
37 changed files with 21 additions and 533 deletions

View file

@ -7,7 +7,7 @@
ament-copyright,
ament-flake8,
ament-pep257,
gym-gz-ros-python,
gym-gz,
pythonPackages,
scenario
}:
@ -18,8 +18,8 @@ buildRosPackage rec {
src = ./.;
buildType = "ament_python";
checkInputs = [ament-copyright ament-flake8 ament-pep257 gym-gz-ros-python pythonPackages.pytest scenario];
propagatedBuildInputs = [ gym-gz-ros-python ];
checkInputs = [ament-copyright ament-flake8 ament-pep257 gym-gz pythonPackages.pytest scenario];
propagatedBuildInputs = [ gym-gz ];
meta = {
description = "TODO: Package description";