Loading pkgs/build-support/rust/build-rust-package/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,8 @@ , buildFeatures ? [ ] , checkFeatures ? buildFeatures , useNextest ? false , auditable ? !cargo-auditable.meta.broken # Enable except on aarch64 pkgsStatic, where we use lld for reasons , auditable ? !cargo-auditable.meta.broken && !(stdenv.hostPlatform.isStatic && stdenv.hostPlatform.isAarch64 && !stdenv.hostPlatform.isDarwin) , depsExtraArgs ? {} Loading Loading
pkgs/build-support/rust/build-rust-package/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,8 @@ , buildFeatures ? [ ] , checkFeatures ? buildFeatures , useNextest ? false , auditable ? !cargo-auditable.meta.broken # Enable except on aarch64 pkgsStatic, where we use lld for reasons , auditable ? !cargo-auditable.meta.broken && !(stdenv.hostPlatform.isStatic && stdenv.hostPlatform.isAarch64 && !stdenv.hostPlatform.isDarwin) , depsExtraArgs ? {} Loading