20 lines
563 B
Nix
20 lines
563 B
Nix
# Automatically generated by: ros2nix --distro jazzy --flake --license Apache-2.0
|
|
|
|
# Copyright 2025 None
|
|
# Distributed under the terms of the Apache-2.0 license
|
|
|
|
{ lib, buildRosPackage, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-rbs-gym";
|
|
version = "0.0.0";
|
|
|
|
src = ./.;
|
|
|
|
buildType = "ament_python";
|
|
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
|
|
|
|
meta = {
|
|
description = "TODO: Package description";
|
|
license = with lib.licenses; [ asl20 ];
|
|
};
|
|
}
|