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
10 lines
379 B
Markdown
10 lines
379 B
Markdown
---
|
|
synopsis: "Fix experimental and deprecated features showing as integers in `nix config show --json`"
|
|
issues: [fj#738]
|
|
cls: [2882]
|
|
category: "Fixes"
|
|
credits: ["horrors"]
|
|
---
|
|
|
|
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.
|