allow opting in to serialization as integers via a trait type instead, and add string-list serializers for the feature flag set enumerations. fixes #738 Change-Id: I2746eb5ef1f15c01b4e681f9ba1615b6c6e64f44
379 B
379 B
synopsis, issues, cls, category, credits
| synopsis | issues | cls | category | credits | |||
|---|---|---|---|---|---|---|---|
| Fix experimental and deprecated features showing as integers in `nix config show --json` |
|
|
Fixes |
|
Internal changes in 2.92 caused nix config show --json to show deprecated and experimental features not as the list of named features 2.91 and earlier produced, but as integers. This has been fixed.