You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed in my usage that nix build -L ... for craneLib.cargoNextest was producing a lot of output due to progress bar, and adding NEXTEST_SHOW_PROGRESS=none fixes it. Should crane do it by default?
I noticed in my usage that
nix build -L ...forcraneLib.cargoNextestwas producing a lot of output due to progress bar, and addingNEXTEST_SHOW_PROGRESS=nonefixes it. Should crane do it by default?