-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugidea approvedThe given proposal has been discussed and approved by the Nix team. An implementation is welcome.The given proposal has been discussed and approved by the Nix team. An implementation is welcome.new-cliRelating to the "nix" commandRelating to the "nix" command
Milestone
Description
Describe the bug
This json output makes the fatal mistake of putting a dictionary inside a dictionary. This is not extensible; we'll have to break the format.
Definitions
- dictionary: a map from names to things that all have the same type (C++
std::map) - record: a fixed set of attributes each with their own type (C++
struct)
Steps To Reproduce
Try to add a non-setting field to the store description object, e.g. the URI scheme. You can't, because it will be interpreted as an option.
Expected behavior
A clear and concise description of what you expected to happen.
nix-env --version output
Additional context
We need JSON guidelines.
Priorities
Add 👍 to issues you find important.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugidea approvedThe given proposal has been discussed and approved by the Nix team. An implementation is welcome.The given proposal has been discussed and approved by the Nix team. An implementation is welcome.new-cliRelating to the "nix" commandRelating to the "nix" command
Projects
Status
Done
Status
Done