Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clean.rs
Original file line number Diff line number Diff line change
@@ -285,6 +285,7 @@ where
commands::CommandBuilder::default()
.args(&["nix", "store", "gc"])
.message("nix store gc")
.capture(false)
.build()?
.exec()?;
}

0 comments on commit 2985f5a

Please sign in to comment.