buildRustPackage: Remove unneeded cat

This commit is contained in:
Atkins
2019-07-30 12:27:16 +01:00
committed by Jörg Thalheim
parent 626ccd7121
commit fb961d1cdb
-1
View File
@@ -80,7 +80,6 @@ in stdenv.mkDerivation (args // {
"linker" = "${ccForHost}"
''}
EOF
cat .cargo/config
unset cargoDepsCopy
export RUST_LOG=${logLevel}