about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-12-12T09·11+0300
committertazjin <tazjin@tvl.su>2022-12-16T12·00+0000
commitdcc6d5db638cfa8a098d52413e4f26635c4fb1c5 (patch)
treeaf03543dbb8eff36be47cdeb28eb7194a8caa94d /tools
parent5f9796cf9411028451ffc39ffe2c7ab52fd4d337 (diff)
chore(tools/depot-deps): add crate2nix r/5423
As we start using this in more parts of depot, it makes sense to add
it to the available tools.

Change-Id: I148902714167b36bc51aeca4a241c79ad8a59285
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7562
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tools')
-rw-r--r--tools/depot-deps.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depot-deps.nix b/tools/depot-deps.nix
index 62f390508c..320f18eb31 100644
--- a/tools/depot-deps.nix
+++ b/tools/depot-deps.nix
@@ -5,6 +5,7 @@
 depot.nix.lazy-deps {
   age-keygen.attr = "third_party.nixpkgs.age";
   age.attr = "third_party.nixpkgs.age";
+  crate2nix.attr = "third_party.nixpkgs.crate2nix";
   depotfmt.attr = "tools.depotfmt";
   gerrit-update.attr = "tools.gerrit-update";
   gerrit.attr = "tools.gerrit-cli";