about summary refs log tree commit diff
path: root/pkgs/applications/science/robotics
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-06-05 16:56:37 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-06-07 08:21:18 +0200
commit92555723b73f186b80c9ec89f366e6c52a560e1b (patch)
treeb3488bb0aba20cb04f0cd877380d27a64429f3e7 /pkgs/applications/science/robotics
parent3970550db5728b85c66c7dbb4f28ed680881525d (diff)
python311Packages.mujoco: add TODO for updating the dependencies
Diffstat (limited to 'pkgs/applications/science/robotics')
-rw-r--r--pkgs/applications/science/robotics/mujoco/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/robotics/mujoco/default.nix b/pkgs/applications/science/robotics/mujoco/default.nix
index e923fe38cdc95..03abaa2e29b4d 100644
--- a/pkgs/applications/science/robotics/mujoco/default.nix
+++ b/pkgs/applications/science/robotics/mujoco/default.nix
@@ -11,7 +11,7 @@
 
 let
   pin = {
-
+    # TODO: Check the following file and ensure the dependencies are up-to-date
     # See https://github.com/google-deepmind/mujoco/blob/<VERSION>/cmake/MujocoDependencies.cmake#L17-L64
     abseil-cpp = fetchFromGitHub {
       owner = "abseil";