summary refs log tree commit diff
path: root/pkgs/test/rust-sysroot
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test/rust-sysroot')
-rw-r--r--pkgs/test/rust-sysroot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/test/rust-sysroot/default.nix b/pkgs/test/rust-sysroot/default.nix
index dd10807e3aa..cd07ef53c32 100644
--- a/pkgs/test/rust-sysroot/default.nix
+++ b/pkgs/test/rust-sysroot/default.nix
@@ -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";