From 2bbbbc468fc02257265a79652a8350651cca495a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:48:27 +0000 Subject: [PATCH] Auto generate docs/reference/options.md --- docs/reference/options.md | 130 +++++++++++++++++++++++++++++++++++--- 1 file changed, 122 insertions(+), 8 deletions(-) diff --git a/docs/reference/options.md b/docs/reference/options.md index 857a69350..3f38de331 100644 --- a/docs/reference/options.md +++ b/docs/reference/options.md @@ -1281,6 +1281,58 @@ list of (submodule) +## containers.\.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.\.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.\.layers.\*.perms.\*.mode @@ -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 ` @@ -1327,7 +1384,12 @@ A regex pattern to select files or directories to apply the ` mode ` to. *Type:* -string +null or string + + + +*Default:* +` null ` @@ -1339,6 +1401,58 @@ string +## containers.\.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.\.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.\.layers.\*.reproducible @@ -2225,8 +2339,6 @@ package ## languages.deno.enable - - Whether to enable tools for Deno development. @@ -2319,6 +2431,8 @@ package ## languages.elixir.enable + + Whether to enable tools for Elixir development. @@ -4706,8 +4820,6 @@ list of string ## languages.python.poetry.install.ignoredGroups - - Which dependency groups to ignore. See ` --without `. @@ -4790,6 +4902,8 @@ boolean ## languages.python.poetry.install.quiet + + Whether ` poetry install ` should avoid outputting messages during devenv initialisation. @@ -7439,6 +7553,8 @@ boolean ## pre-commit.hooks.alejandra.package + + An optional package that provides the hook. @@ -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.