summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-10-15 14:34:28 -0400
committerfigsoda <figsoda@pm.me>2022-11-22 14:10:25 -0500
commit82fe76d1cd0ff6607c4c6383fb9620f6615a84a0 (patch)
treef06baa715d7fd18c6bb45e5b936bbd8be9d9c64f /pkgs/development/compilers/rust
parentbae852e93ba71c594bbeae634eb3aa6a29a66044 (diff)
downloadnixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar.gz
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar.bz2
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar.lz
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar.xz
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar.zst
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.zip
carnix,cratesIO: remove
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 ef01cbf2abc..7a100f7ec91 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