diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 05d86b9..8665565 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -120,7 +120,7 @@ let config = { brewBundleCmd = concatStringsSep " " ( optional (!config.autoUpdate) "HOMEBREW_NO_AUTO_UPDATE=1" - ++ [ "brew bundle --file='${brewfileFile}' --no-lock" ] + ++ [ "brew bundle --verbose --file='${brewfileFile}' --no-lock" ] ++ optional (!config.upgrade) "--no-upgrade" ++ optional (config.cleanup == "uninstall") "--cleanup" ++ optional (config.cleanup == "zap") "--cleanup --zap"