fix whitespace

This commit is contained in:
Aaron Janse 2020-10-17 14:38:36 -07:00
parent 512458c68a
commit 29cdd8ae60

View File

@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
RUSTFLAGS = "-C link-arg=-nostartfiles";
# Tests don't work for `no_std`. See https://os.phil-opp.com/testing/
doCheck = false;
doCheck = false;
meta = with lib; {
description = "Test for using custom sysroots with buildRustPackage";