mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
build(nix): add cargo-llvm-cov
This commit is contained in:
parent
883fac02ae
commit
5143e30fbe
3 changed files with 10 additions and 3 deletions
|
@ -97,7 +97,10 @@ rec {
|
|||
{
|
||||
default = pkgs.mkShell {
|
||||
inputsFrom = [ self.packages.${system}.default ];
|
||||
nativeBuildInputs = [ pkgs.buildPackages.sqlite-interactive ];
|
||||
nativeBuildInputs = [
|
||||
pkgs.buildPackages.sqlite-interactive
|
||||
pkgs.cargo-llvm-cov
|
||||
];
|
||||
|
||||
env.RUST_LOG = "blahd=debug,blahctl=debug";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue