mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 13:36:02 +01: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