Missed the coverage devshell
This commit is contained in:
wucke13
2023-07-09 12:54:38 +02:00
parent a2b177470c
commit c1129fa2eb
+5 -1
View File
@@ -323,7 +323,11 @@
devShells.coverage = pkgs.mkShell {
inputsFrom = [ packages.default ];
inherit (packages.rosenpass) RUST_MIN_STACK;
nativeBuildInputs = with pkgs; [ inputs.fenix.packages.${system}.complete.toolchain cargo-llvm-cov ];
nativeBuildInputs = with pkgs; [
cmake # override the fakecmake from the main step above
inputs.fenix.packages.${system}.complete.toolchain
cargo-llvm-cov
];
};