chore: format files

This commit is contained in:
technofab 2025-12-18 13:42:14 +01:00
parent 012a3afb2d
commit 471cb8b7b5
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
11 changed files with 48 additions and 54 deletions

View file

@ -31,7 +31,7 @@
optionsNix = builtins.listToAttrs (
map (o: {
name = o.name;
inherit (o) name;
value = removeAttrs o [
"visible"
"internal"
@ -76,9 +76,9 @@
'')
+ "\n";
opts = mapAttrsToList (name: opt:
optToMd opt)
optionsNix;
opts =
mapAttrsToList (_name: optToMd)
optionsNix;
markdown = concatStringsSep "\n" opts;
in
builtins.toFile "values-doc.md" markdown