Skip to content

Commit

Permalink
nix: increase cargo verbosity to avoid hitting max-silent-time
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Jul 4, 2023
1 parent 093a3ef commit 6585397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
cargoExtraArgs = "-p ${name}";
src = clean ./.;
inherit buildInputs;
CARGO_TERM_VERBOSE = "true";
};
in {
packages = {
Expand All @@ -69,6 +70,7 @@
src = clean ./.;
doCheck = false; # some tests require cardano-cli
inherit buildInputs;
CARGO_TERM_VERBOSE = "true";
};

mithril-client = buildPackage "mithril-client" ./mithril-client/Cargo.toml;
Expand Down

0 comments on commit 6585397

Please sign in to comment.