From 41a79f30c4326b7269e13202a2dfd6aaa7c395a1 Mon Sep 17 00:00:00 2001 From: Igor Brylev Date: Thu, 29 May 2025 16:36:11 +0300 Subject: [PATCH] robot-builder loguru --- repos/nix/robot-builder.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/nix/robot-builder.nix b/repos/nix/robot-builder.nix index 824f82e..c8e3ebb 100644 --- a/repos/nix/robot-builder.nix +++ b/repos/nix/robot-builder.nix @@ -13,6 +13,7 @@ buildRosPackage rec { buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.pytest ]; + propagatedBuildInputs = [ python3Packages.loguru ]; meta = { description = "TODO: Package description";