about summary refs log tree commit diff
path: root/third_party/josh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/josh')
-rw-r--r--third_party/josh/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/third_party/josh/default.nix b/third_party/josh/default.nix
index a4a5d8ebf9..ce472b32c2 100644
--- a/third_party/josh/default.nix
+++ b/third_party/josh/default.nix
@@ -10,8 +10,15 @@ let
     inherit rev;
     hash = "sha256:0rsf65fq9xm3qj77ig3s4wmmgm50jhvwrknr839hipjj5lj4x1hp";
   };
+
+
+  rust169 = depot.third_party.nixpkgs.rust-bin.stable."1.69.0".default;
+  naersk = pkgs.callPackage depot.third_party.sources.naersk {
+    rustc = rust169;
+    cargo = rust169;
+  };
 in
-depot.third_party.naersk.buildPackage {
+naersk.buildPackage {
   inherit src;
   JOSH_VERSION = "git-${builtins.substring 0 8 rev}";