buildRustPackage: Remove unneeded cat

This commit is contained in:
Atkins 2019-07-30 15:46:37 +08:00 committed by Jörg Thalheim
parent 626ccd7121
commit fb961d1cdb
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ in stdenv.mkDerivation (args // {
"linker" = "${ccForHost}"
''}
EOF
cat .cargo/config
unset cargoDepsCopy
export RUST_LOG=${logLevel}