forked from lix-project/hydra
Call initGC()
This commit is contained in:
parent
4c0e3e4703
commit
479632efa3
|
@ -210,6 +210,7 @@ int main(int argc, char * * argv)
|
||||||
|
|
||||||
return handleExceptions(argv[0], [&]() {
|
return handleExceptions(argv[0], [&]() {
|
||||||
initNix();
|
initNix();
|
||||||
|
initGC();
|
||||||
|
|
||||||
Strings searchPath;
|
Strings searchPath;
|
||||||
Path releaseExpr;
|
Path releaseExpr;
|
||||||
|
|
Loading…
Reference in a new issue