Skip to content

Commit 26f6b8b

Browse files
authored
Merge pull request #1029 from input-output-hk/jbgi/nix-fixes
nix: increase cargo verbosity to avoid hitting max-silent-time
2 parents ca1debc + 6585397 commit 26f6b8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
cargoExtraArgs = "-p ${name}";
6161
src = clean ./.;
6262
inherit buildInputs;
63+
CARGO_TERM_VERBOSE = "true";
6364
};
6465
in {
6566
packages = {
@@ -69,6 +70,7 @@
6970
src = clean ./.;
7071
doCheck = false; # some tests require cardano-cli
7172
inherit buildInputs;
73+
CARGO_TERM_VERBOSE = "true";
7274
};
7375

7476
mithril-client = buildPackage "mithril-client" ./mithril-client/Cargo.toml;

0 commit comments

Comments
 (0)