about summary refs log tree commit diff
path: root/third_party/josh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/josh/default.nix')
-rw-r--r--third_party/josh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/josh/default.nix b/third_party/josh/default.nix
index bc8640a19b..45c8420e96 100644
--- a/third_party/josh/default.nix
+++ b/third_party/josh/default.nix
@@ -2,6 +2,7 @@
 { depot, pkgs, ... }:
 
 let
+  # TODO(sterni): switch to pkgs.josh as soon as that commit is released
   rev = "fc857afda2c1536234e3bb1983c518a1abf63d25";
   src = pkgs.fetchFromGitHub {
     owner = "josh-project";