diff --git a/src/clean.rs b/src/clean.rs index 2222757..aa22f83 100644 --- a/src/clean.rs +++ b/src/clean.rs @@ -285,6 +285,7 @@ where commands::CommandBuilder::default() .args(&["nix", "store", "gc"]) .message("nix store gc") + .capture(false) .build()? .exec()?; }