diff options
Diffstat (limited to 'third_party/josh/default.nix')
-rw-r--r-- | third_party/josh/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/josh/default.nix b/third_party/josh/default.nix index bc8640a19bfd..45c8420e96e7 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"; |