about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-23 00:02:46 +0000
committerGitHub <noreply@github.com>2022-11-23 00:02:46 +0000
commite31b8a36d759044233d572429e8bd66a76df1dc9 (patch)
tree186d431a034d96c1ffe7831a29942ab8bbc1b96d /pkgs/development/compilers/rust
parent7cee95714d842099dfcc0c61abd2567cb88ee3f3 (diff)
parente732e9630ccceef8a0f0ef47ff10095890312feb (diff)
downloadnixlib-e31b8a36d759044233d572429e8bd66a76df1dc9.tar
nixlib-e31b8a36d759044233d572429e8bd66a76df1dc9.tar.gz
nixlib-e31b8a36d759044233d572429e8bd66a76df1dc9.tar.bz2
nixlib-e31b8a36d759044233d572429e8bd66a76df1dc9.tar.lz
nixlib-e31b8a36d759044233d572429e8bd66a76df1dc9.tar.xz
nixlib-e31b8a36d759044233d572429e8bd66a76df1dc9.tar.zst
nixlib-e31b8a36d759044233d572429e8bd66a76df1dc9.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/compilers/rust')
-rw-r--r--pkgs/development/compilers/rust/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/compilers/rust/default.nix b/pkgs/development/compilers/rust/default.nix
index ef01cbf2abc1..7a100f7ec911 100644
--- a/pkgs/development/compilers/rust/default.nix
+++ b/pkgs/development/compilers/rust/default.nix
@@ -31,9 +31,8 @@ in
   inherit (lib') toTargetArch toTargetOs toRustTarget toRustTargetSpec IsNoStdTarget;
 
   # This just contains tools for now. But it would conceivably contain
-  # libraries too, say if we picked some default/recommended versions from
-  # `cratesIO` to build by Hydra and/or try to prefer/bias in Cargo.lock for
-  # all vendored Carnix-generated nix.
+  # libraries too, say if we picked some default/recommended versions to build
+  # by Hydra.
   #
   # In the end game, rustc, the rust standard library (`core`, `std`, etc.),
   # and cargo would themselves be built with `buildRustCreate` like