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

View file

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