about summary refs log tree commit diff
path: root/pkgs/build-support/rust
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-26 20:34:07 -0400
committerfigsoda <figsoda@pm.me>2023-03-26 22:47:06 -0400
commit201d4b7c5c106affaba32a3b0138aa81b1a8b037 (patch)
tree9540506c87c259b220da3718c0c14e3d17828c8a /pkgs/build-support/rust
parent80563f40314a890ee0c9a4957a663dd2bc1f7585 (diff)
rustPlatform.buildRustPackage: make auditable the default
Diffstat (limited to 'pkgs/build-support/rust')
-rw-r--r--pkgs/build-support/rust/build-rust-package/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/rust/build-rust-package/default.nix b/pkgs/build-support/rust/build-rust-package/default.nix
index 2c5d4ae100031..a1bddeb6c49d2 100644
--- a/pkgs/build-support/rust/build-rust-package/default.nix
+++ b/pkgs/build-support/rust/build-rust-package/default.nix
@@ -45,7 +45,7 @@
 , buildFeatures ? [ ]
 , checkFeatures ? buildFeatures
 , useNextest ? false
-, auditable ? false # TODO: change to true
+, auditable ? true
 
 , depsExtraArgs ? {}