0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/doc: move implementation notes for formats.libconfig to docs

This commit is contained in:
h7x4 2024-06-16 20:40:28 +02:00
parent a891526b22
commit bf2adb82b7
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146
2 changed files with 8 additions and 8 deletions

View file

@ -269,6 +269,14 @@ have a predefined type and string generator already declared under
}
```
`Implementation notes:`
- Since libconfig does not allow setting names to start with an underscore,
this is used as a prefix for both special types and include directives.
- The difference between 32bit and 64bit values became optional in libconfig
1.5, so we assume 64bit values for all numbers.
`pkgs.formats.json` { }
: A function taking an empty attribute set (for future extensibility)