mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
Support --no-net for backwards compatibility
This commit is contained in:
parent
480426a364
commit
37352aa7e1
3 changed files with 5 additions and 0 deletions
|
@ -97,6 +97,7 @@ protected:
|
|||
typedef std::shared_ptr<Flag> ptr;
|
||||
|
||||
std::string longName;
|
||||
std::set<std::string> aliases;
|
||||
char shortName = 0;
|
||||
std::string description;
|
||||
std::string category;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue