mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-02-02 03:05:09 +01:00
chore: format files
This commit is contained in:
parent
012a3afb2d
commit
471cb8b7b5
11 changed files with 48 additions and 54 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue