From 19cb34b04be3b6e022eb12f42482691a299a0883 Mon Sep 17 00:00:00 2001 From: Evan Stoll Date: Sat, 5 Sep 2020 17:04:32 -0400 Subject: [PATCH] buildSupport.rust: fix typo in verifyCargoDeps message (#97058) --- pkgs/build-support/rust/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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