about summary refs log tree commit diff
path: root/third_party/rust-crates
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-12-06T10·30+0300
committerclbot <clbot@tvl.fyi>2023-12-06T12·39+0000
commite59d263b44327bd44e1e71d45c1a7f6d4495f5b3 (patch)
treed53cf860517459c4f07a0eed648ef48aaba042eb /third_party/rust-crates
parent9bb50a89b786edf72e086c5a426a528208729b98 (diff)
chore(3p/sources): bump channels & overlays (2023-12-06) r/7122
* 3p/rust-crates: fix names of crate URLs to accommodate recent
  crates.io changes:

  https://blog.rust-lang.org/2023/10/27/crates-io-non-canonical-downloads.html

* 3p/rust-crates: fix comment describing what this is

* 3p/overlays: discard custom overrides of Nix 2.3: it's now
  maintained properly upstream

* users/wpcarro/emacs: disable doom themes package

Change-Id: Ic5def77319a0a55e78c8ffe05b9309d59784cfd9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10204
Reviewed-by: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/rust-crates')
-rw-r--r--third_party/rust-crates/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/third_party/rust-crates/default.nix b/third_party/rust-crates/default.nix
index e99de247be..8e1d68fc5a 100644
--- a/third_party/rust-crates/default.nix
+++ b/third_party/rust-crates/default.nix
@@ -1,7 +1,7 @@
 { 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.
+# Intended for manual updates, which makes sure we never actually update.
 
 let
   buildRustCrate =
@@ -279,7 +279,6 @@ rec {
   pkg-config = buildRustCrate {
     pname = "pkg-config";
     version = "0.3.19";
-    crateName = "pkg_config";
     sha256 = "1kd047p8jv6mhmfzddjvfa2nwkfrb3l1wml6lfm51n1cr06cc9lz";
   };
 
@@ -363,7 +362,6 @@ rec {
   unicode-normalization = buildRustCrate {
     pname = "unicode-normalization";
     version = "0.1.17";
-    crateName = "unicode_normalization";
     sha256 = "0w4s0avzlf7pzcclhhih93aap613398sshm6jrxcwq0f9lhis11c";
     dependencies = [
       tinyvec
@@ -373,7 +371,6 @@ rec {
   unicode-bidi = buildRustCrate {
     pname = "unicode-bidi";
     version = "0.3.5";
-    crateName = "unicode_bidi";
     sha256 = "193jzlxj1dfcms2381lyd45zh4ywlicj9lzcfpid1zbkmfarymkz";
     dependencies = [
       matches