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:
parent
e449cc745d
commit
ccfeb0ac5b
1 changed files with 6 additions and 0 deletions
|
@ -343,6 +343,12 @@ have a predefined type and string generator already declared under
|
|||
and returning a set with TOML-specific attributes `type` and
|
||||
`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 }`
|
||||
|
||||
: A function taking an attribute set with values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue