mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
fix whitespace
This commit is contained in:
parent
512458c68a
commit
29cdd8ae60
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user