Skip to content

Commit

Permalink
Merge pull request #1029 from input-output-hk/jbgi/nix-fixes
Browse files Browse the repository at this point in the history
nix: increase cargo verbosity to avoid hitting max-silent-time
  • Loading branch information
jpraynaud committed Jul 4, 2023
2 parents ca1debc + 6585397 commit 26f6b8b
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 26f6b8b

Please sign in to comment.