Files
lix/doc/manual/rl-next/feature-enum-json.md
T
eldritch horrors c3929c78f3 libutil: disallow enum serialization by default
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
2025-03-25 10:44:52 +01:00

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`
fj#738
2882
Fixes
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.