about summary refs log tree commit diff
path: root/third_party/rust-crates/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-04-03T22·38+0200
committerProfpatsch <mail@profpatsch.de>2021-04-23T16·35+0000
commit7b57165351869f9649513ea194409bb71cdf6d3f (patch)
treee6606bf6be5ce1758e116752ba7ff489db75efa4 /third_party/rust-crates/default.nix
parent2224731e0d007fbff27f31f4e1771aad723b603f (diff)
docs(third_party/rust-crates): add top comment r/2536
Change-Id: I3938310cb5d50a2bc85b20bb415af78d1b42c844
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2816
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/rust-crates/default.nix')
-rw-r--r--third_party/rust-crates/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust-crates/default.nix b/third_party/rust-crates/default.nix
index f44123ec1b..3d96c54bd5 100644
--- a/third_party/rust-crates/default.nix
+++ b/third_party/rust-crates/default.nix
@@ -1,5 +1,8 @@
 { depot, pkgs, ... }:
 
+# TVL tool rust crate dependencies, where tools like carnix are not used.
+# Intended for manual updates, which keeps us honest with what we pull into our closure.
+
 let
   buildRustCrate = attrs@{
     edition ? "2018",