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 Mar 22, 2024
1 parent f09752a commit 467e9d9
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions docs/reference/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## packages



A list of packages to expose inside the developer environment. Search available packages using ` devenv search NAME `.


Expand Down Expand Up @@ -4451,6 +4449,33 @@ package



## languages.terraform.version



The Terraform version to use.
This automatically sets the ` languages.terraform.package ` using [nixpkgs-terraform](https://github.com/stackbuilders/nixpkgs-terraform).



*Type:*
null or string



*Default:*
` null `



*Example:*
` "1.5.0 or 1.6.2" `

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



## languages.texlive.enable


Expand Down Expand Up @@ -4766,6 +4791,8 @@ null or string

## pre-commit



Integration of https://github.com/cachix/pre-commit-hooks.nix


Expand Down Expand Up @@ -7364,8 +7391,6 @@ path

## pre-commit.settings.mkdocs-linkcheck.extension



File extension to scan for.


Expand All @@ -7385,6 +7410,8 @@ string

## pre-commit.settings.mkdocs-linkcheck.local-only



Whether to only check local links.


Expand Down

0 comments on commit 467e9d9

Please sign in to comment.