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 Sep 9, 2024
1 parent b92345f commit 2bbbbc4
Showing 1 changed file with 122 additions and 8 deletions.
130 changes: 122 additions & 8 deletions docs/reference/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,58 @@ list of (submodule)



## containers.\<name>.layers.\*.perms.\*.gid



The group ID to apply to all of the files matched by the ` regex `.



*Type:*
null or signed integer



*Default:*
` null `



*Example:*
` "1000" `

*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>.layers.\*.perms.\*.gname



The group name to apply to all of the files matched by the ` regex `.



*Type:*
null or string



*Default:*
` null `



*Example:*
` "root" `

*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>.layers.\*.perms.\*.mode


Expand All @@ -1290,7 +1342,12 @@ The numeric permissions mode to apply to all of the files matched by the ` regex


*Type:*
string
null or string



*Default:*
` null `



Expand Down Expand Up @@ -1327,7 +1384,12 @@ A regex pattern to select files or directories to apply the ` mode ` to.


*Type:*
string
null or string



*Default:*
` null `



Expand All @@ -1339,6 +1401,58 @@ string



## containers.\<name>.layers.\*.perms.\*.uid



The user ID to apply to all of the files matched by the ` regex `.



*Type:*
null or signed integer



*Default:*
` null `



*Example:*
` "1000" `

*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>.layers.\*.perms.\*.uname



The user name to apply to all of the files matched by the ` regex `.



*Type:*
null or string



*Default:*
` null `



*Example:*
` "root" `

*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>.layers.\*.reproducible


Expand Down Expand Up @@ -2225,8 +2339,6 @@ package

## languages.deno.enable



Whether to enable tools for Deno development.


Expand Down Expand Up @@ -2319,6 +2431,8 @@ package

## languages.elixir.enable



Whether to enable tools for Elixir development.


Expand Down Expand Up @@ -4706,8 +4820,6 @@ list of string

## languages.python.poetry.install.ignoredGroups



Which dependency groups to ignore. See ` --without `.


Expand Down Expand Up @@ -4790,6 +4902,8 @@ boolean

## languages.python.poetry.install.quiet



Whether ` poetry install ` should avoid outputting messages during devenv initialisation.


Expand Down Expand Up @@ -7439,6 +7553,8 @@ boolean

## pre-commit.hooks.alejandra.package



An optional package that provides the hook.


Expand Down Expand Up @@ -7561,8 +7677,6 @@ list of package

## pre-commit.hooks.alejandra.fail_fast



if true pre-commit will stop running hooks if this hook fails.


Expand Down

0 comments on commit 2bbbbc4

Please sign in to comment.