mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 07:16:17 +02:00
Remove dead field in NixArgs
This has been unused since 170e86dff5
CC @thufschmitt
This commit is contained in:
parent
bc443511eb
commit
89f8917a32
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ struct HelpRequested { };
|
||||||
|
|
||||||
struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
|
struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
|
||||||
{
|
{
|
||||||
bool printBuildLogs = false;
|
|
||||||
bool useNet = true;
|
bool useNet = true;
|
||||||
bool refresh = false;
|
bool refresh = false;
|
||||||
bool showVersion = false;
|
bool showVersion = false;
|
||||||
|
|
Loading…
Reference in a new issue