mirror of
https://github.com/NixOS/rfcs.git
synced 2025-11-27 04:31:09 +01:00
Add an option of category data structure
This commit is contained in:
parent
79b92e9f34
commit
004fc01b75
1 changed files with 4 additions and 1 deletions
|
|
@ -227,7 +227,10 @@ The most immediate drawbacks are:
|
|||
[unresolved]: #unresolved-questions
|
||||
|
||||
Still unsolved is what data structure is better suited to represent a category.
|
||||
For now we stick to a set `{ name, description }`.
|
||||
|
||||
- For now we stick to a set `{ name, description }`.
|
||||
- Given the redundancy of the option above, another possibility is something
|
||||
like `nameOfCategory = { description = ""; . . . }`
|
||||
|
||||
# Future work
|
||||
[future]: #future-work
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue