mirror of
https://github.com/NixOS/nix
synced 2025-07-06 00:51:47 +02:00
Remove gc-check-reachability
This commit is contained in:
parent
82b77a7726
commit
8a945d6ddb
2 changed files with 0 additions and 20 deletions
|
@ -293,10 +293,6 @@ public:
|
|||
Setting<unsigned int> pollInterval{this, 5, "build-poll-interval",
|
||||
"How often (in seconds) to poll for locks."};
|
||||
|
||||
Setting<bool> checkRootReachability{this, false, "gc-check-reachability",
|
||||
"Whether to check if new GC roots can in fact be found by the "
|
||||
"garbage collector."};
|
||||
|
||||
Setting<bool> gcKeepOutputs{
|
||||
this, false, "keep-outputs",
|
||||
R"(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue