1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00
This commit is contained in:
Eelco Dolstra 2013-12-20 13:09:12 +00:00
parent f1e5dedb61
commit 8931bf7168

View file

@ -35,7 +35,7 @@ void printHelp()
static Path gcRoot; static Path gcRoot;
static int rootNr = 0; static int rootNr = 0;
static bool indirectRoot = false; static bool indirectRoot = false;
static bool noOutput = true; static bool noOutput = false;
LocalStore & ensureLocalStore() LocalStore & ensureLocalStore()