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 Aug 12, 2024
1 parent 12404d5 commit 142531d
Showing 1 changed file with 101 additions and 2 deletions.
103 changes: 101 additions & 2 deletions docs/reference/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -5367,6 +5367,105 @@ package



## languages.scala.mill.enable



Whether to enable mill, a simplified, fast build tool for Scala.



*Type:*
boolean



*Default:*
` false `



*Example:*
` true `

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



## languages.scala.mill.package



The mill package to use.



*Type:*
package



*Default:*
` pkgs.mill `

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



## languages.scala.sbt.enable



Whether to enable sbt, the standard build tool for Scala.



*Type:*
boolean



*Default:*
` false `



*Example:*
` true `

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



## languages.scala.sbt.package



The sbt package to use.



*Type:*
package



*Default:*
` pkgs.sbt `



*Example:*
` sbt-with-scala-native `

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



## languages.shell.enable


Expand Down Expand Up @@ -7551,8 +7650,6 @@ list of string

## pre-commit.hooks.alejandra.verbose



forces the output of the hook to be printed even when the hook passes.


Expand Down Expand Up @@ -7588,6 +7685,8 @@ submodule

## pre-commit.hooks.ansible-lint.enable



Whether to enable this pre-commit hook.


Expand Down

0 comments on commit 142531d

Please sign in to comment.