diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 017c2c6df..69a98fe47 100644 --- a/src/nix-store/nix-store.cc +++ b/src/nix-store/nix-store.cc @@ -35,7 +35,7 @@ void printHelp() static Path gcRoot; static int rootNr = 0; static bool indirectRoot = false; -static bool noOutput = true; +static bool noOutput = false; LocalStore & ensureLocalStore()