Skip to content

Commit

Permalink
Auto generate docs/reference/options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2023
1 parent 4ae5d06 commit 38302f4
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions docs/reference/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,25 @@ boolean



## containers.\<name>.maxLayers

the maximum number of layers to create.



*Type:*
signed integer



*Default:*
` 1 `

*Declared by:*
- [https://github.com/cachix/devenv/blob/main/src/modules/containers.nix](https://github.com/cachix/devenv/blob/main/src/modules/containers.nix)



## containers.\<name>.name

Name of the container.
Expand Down Expand Up @@ -1891,8 +1910,6 @@ to adjust the settings or add more extensions. You can find the
extensions using `devenv search 'php extensions'`




*Type:*
package

Expand Down Expand Up @@ -1924,6 +1941,8 @@ pkgs.php.buildEnv {

Attribute set of packages including composer



*Type:*
submodule

Expand Down Expand Up @@ -4727,8 +4746,6 @@ boolean

## pre-commit.settings.deadnix.noLambdaPatternNames



Don’t check lambda pattern names (don’t break nixpkgs ` callPackage `).


Expand All @@ -4748,6 +4765,8 @@ boolean

## pre-commit.settings.deadnix.noUnderscore



Don’t check any bindings that start with a ` _ `.


Expand Down Expand Up @@ -7025,8 +7044,6 @@ attribute set of attribute set of (INI atom (null, bool, int, float or string))

## services.couchdb.settings.chttpd.bind_address



Defines the IP address by which CouchDB will be accessible.


Expand All @@ -7046,6 +7063,8 @@ string

## services.couchdb.settings.chttpd.port



Defined the port number to listen.


Expand Down

0 comments on commit 38302f4

Please sign in to comment.