about summary refs log tree commit diff
path: root/src/nix-store/nix-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-12-20T13·09+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-12-20T13·09+0000
commit8931bf7168cbbc6a078bed6486b8081652663836 (patch)
treeab72b38672aaf8b54ca6594b61ce2f87e5be9ccb /src/nix-store/nix-store.cc
parentf1e5dedb611d39ecc600fccb4eba4b0de730c5fc (diff)
Doh
Diffstat (limited to '')
-rw-r--r--src/nix-store/nix-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc
index 017c2c6df7..69a98fe472 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()