From 35081a77d56c84bea79bc810a825179357d68658 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 3 Mar 2023 21:40:00 -0500 Subject: [PATCH] cargo-llvm-cov: don't recommend nixpkgs-mozilla --- pkgs/development/tools/rust/cargo-llvm-cov/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix index d8b94b298b1..5fabbd96c39 100644 --- a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix +++ b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec { longDescription = '' In order for this to work, you either need to run `rustup component add llvm- tools-preview` or install the `llvm-tools-preview` component using your Nix - library (e.g. nixpkgs-mozilla, or rust-overlay) + library (e.g. fenix or rust-overlay) ''; license = with lib.licenses; [ asl20 /* or */ mit ]; maintainers = with lib.maintainers; [ wucke13 ];