mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-18 08:07:17 +02:00
commit
f52fa47e16
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ LegacyArgs::LegacyArgs(const std::string & programName,
|
||||||
addFlag({
|
addFlag({
|
||||||
.longName = "no-gc-warning",
|
.longName = "no-gc-warning",
|
||||||
.description = "Disable warnings about not using `--add-root`.",
|
.description = "Disable warnings about not using `--add-root`.",
|
||||||
.handler = {&gcWarning, true},
|
.handler = {&gcWarning, false},
|
||||||
});
|
});
|
||||||
|
|
||||||
addFlag({
|
addFlag({
|
||||||
|
|
Loading…
Add table
Reference in a new issue