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 Oct 25, 2023
1 parent ac09ffb commit ec20f2e
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/reference/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3199,6 +3199,50 @@ boolean



## languages.standardml.enable

Whether to enable tools for Standard ML development.



*Type:*
boolean



*Default:*
` false `



*Example:*
` true `

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



## languages.standardml.package

The Standard ML package to use.




*Type:*
package



*Default:*
` "pkgs.mlton" `

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



## languages.swift.enable

Whether to enable tools for Swift development.
Expand Down

0 comments on commit ec20f2e

Please sign in to comment.