diff options
author | Profpatsch <mail@profpatsch.de> | 2021-04-03T22·38+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2021-04-23T16·35+0000 |
commit | 7b57165351869f9649513ea194409bb71cdf6d3f (patch) | |
tree | e6606bf6be5ce1758e116752ba7ff489db75efa4 /third_party | |
parent | 2224731e0d007fbff27f31f4e1771aad723b603f (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')
-rw-r--r-- | third_party/rust-crates/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust-crates/default.nix b/third_party/rust-crates/default.nix index f44123ec1b6c..3d96c54bd5b2 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", |