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

View File

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