repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.xknx: 1.1.0 -> 1.2.0
[NixPkgs.git]
/
nixos
/
lib
/
make-options-doc
/
optionsJSONtoXML.nix
blob
ba50c5f898b5a21428430a743c95878f6320b5bb
1
{ file }:
2
3
builtins.attrValues
4
(builtins.mapAttrs
5
(name: def: def // { inherit name; })
6
(builtins.fromJSON (builtins.readFile file)))