From 2985f5a45d6f3e1a9d8d3ca5c777ef1bc9c7fbd1 Mon Sep 17 00:00:00 2001 From: Fernando Ayats Date: Sun, 1 Oct 2023 08:36:38 +0000 Subject: [PATCH] no nix store gc capture --- src/clean.rs | 1 + 1 file changed, 1 insertion(+) 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()?; }