aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/rust
diff options
context:
space:
mode:
authorEvan Stoll <evanjsx@gmail.com>2020-09-05 17:04:32 -0400
committerGitHub <noreply@github.com>2020-09-05 17:04:32 -0400
commit19cb34b04be3b6e022eb12f42482691a299a0883 (patch)
tree2e2123cf94696c041f40a5dec04ed34dca8a3e80 /pkgs/build-support/rust
parenta58cda7b77d815f0de90d21d5a2501b52fcfad4d (diff)
buildSupport.rust: fix typo in verifyCargoDeps message (#97058)
Diffstat (limited to 'pkgs/build-support/rust')
-rw-r--r--pkgs/build-support/rust/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/rust/default.nix b/pkgs/build-support/rust/default.nix
index f270fe97326c..23fb56539e45 100644
--- a/pkgs/build-support/rust/default.nix
+++ b/pkgs/build-support/rust/default.nix
@@ -155,7 +155,7 @@ stdenv.mkDerivation (args // {
echo
echo "To fix the issue:"
echo '1. Use "0000000000000000000000000000000000000000000000000000" as the cargoSha256 value'
- echo "2. Build the derivation and wait it to fail with a hash mismatch"
+ echo "2. Build the derivation and wait for it to fail with a hash mismatch"
echo "3. Copy the 'got: sha256:' value back into the cargoSha256 field"
echo