flake update & regenerate all packages
This commit is contained in:
parent
c13d44e7bb
commit
85f08a2c5a
44 changed files with 1011 additions and 3 deletions
21
nix/robot-builder.nix
Normal file
21
nix/robot-builder.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --output-dir nix --distro jazzy
|
||||
{ lib, buildRosPackage, fetchFromGitHub, ament-copyright, ament-flake8, ament-pep257, python3Packages }:
|
||||
buildRosPackage rec {
|
||||
pname = "ros-jazzy-robot-builder";
|
||||
version = "0.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "solid-sinusoid";
|
||||
repo = "robot-builder";
|
||||
rev = "abad78494eea370d825c0e60805639f5f3b8af02";
|
||||
sha256 = "1sl3gghi3fgp946ddj5dhzx7p500yaqgklnyc15nchym0xh144lf";
|
||||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.pytest ];
|
||||
|
||||
meta = {
|
||||
description = "TODO: Package description";
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue