1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

pkgs.formats: add documentation entry for CDN

This commit is contained in:
uku 2025-01-08 14:02:24 +01:00
parent e449cc745d
commit ccfeb0ac5b
No known key found for this signature in database

View file

@ -343,6 +343,12 @@ have a predefined type and string generator already declared under
and returning a set with TOML-specific attributes `type` and and returning a set with TOML-specific attributes `type` and
`generate` as specified [below](#pkgs-formats-result). `generate` as specified [below](#pkgs-formats-result).
`pkgs.formats.cdn` { }
: A function taking an empty attribute set (for future extensibility)
and returning a set with [CDN](https://github.com/dzikoysk/cdn)-specific
attributes `type` and `generate` as specified [below](#pkgs-formats-result).
`pkgs.formats.elixirConf { elixir ? pkgs.elixir }` `pkgs.formats.elixirConf { elixir ? pkgs.elixir }`
: A function taking an attribute set with values : A function taking an attribute set with values