mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 14:02:42 +01:00
Implemented json flag for nix flake info
This commit is contained in:
parent
cfb6ab80ce
commit
9ff1a9ea65
5 changed files with 29 additions and 5 deletions
|
|
@ -26,6 +26,13 @@ private:
|
|||
std::shared_ptr<Store> _store;
|
||||
};
|
||||
|
||||
struct JsonFormattable : virtual Command
|
||||
{
|
||||
bool jsonFormatting = false;;
|
||||
|
||||
JsonFormattable();
|
||||
};
|
||||
|
||||
struct Buildable
|
||||
{
|
||||
Path drvPath; // may be empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue